Color: #853CEC

#853CEC Color Information

#853CEC is a dark color. The closest websafe version is #853CEC. A complement of this color would be #A3EC3C, perceived brightness is 0.40, and the grayscale version is #949494.

In the HSL color space, this color has a hue angle of 265°,a saturation of 82%, and a lightness of 58%.The HSV representation shows a hue of 265°, a saturation of 75%, and a value of 93%.

In a RGB color space, #853CEC is composed of 52% red, 24% green and 93% blue. Whereas in a CMYK color space, it is composed of 44% cyan, 75% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 13.54, x: 0.2441, and y: 0.1379.

Color Code #853CEC

#853CECrgb(133, 60, 236)
HEX
#853CEC
RGB
rgb(133, 60, 236)
HSL
hsl(265, 82%, 58%)
HSV
hsv(265, 75%, 93%)
CMYK
44%, 75%, 0%, 7%
XYZ
X: 23.97, Y: 13.54, Z: 60.67
Lab
L: 43.57, a: 57.62, b: -77.80
Name

Shades of Color #853CEC

Shades are created by darkening the original color #853CEC in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #853CEC

Tints are created by lightening the original color #853CEC in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#853CECrgb(133, 60, 236)

About #853CEC Color Code

In the HSL color space, this color has a hue angle of 265°, a saturation of 82%, and a lightness of 58%. The HSV representation shows a hue of 265°, a saturation of 75%, and a value of 93%.

  • HEX: #853CEC
  • RGB: rgb(133, 60, 236)
  • HSL: hsl(265, 82%, 58%)
  • HSV: hsv(265, 75%, 93%)
  • CMYK: 44.00% cyan, 75.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 23.97, 13.54, 60.67
  • Yxy: 13.54, 0.2441, 0.1379
  • Hunter Lab: 43.57, 57.62, -77.80
  • CIE-Lab: 43.57, 57.62, -77.80

In the XYZ color space, this color is represented as X: 23.97, Y: 13.54, Z: 60.67. The Yxy representation further refines this as Y: 13.54, x: 0.2441, and y: 0.1379.

In the Hunter Lab color space, this color is represented as L: 43.57, a: 57.62, and b: -77.80. Similarly, in the CIE-Lab color space, it is represented as L: 43.57, a: 57.62, and b: -77.80.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #853CEC

Triadic colors are three colors evenly spaced around the color wheel, including #853CEC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #853CEC

Analogous colors are adjacent to #853CEC on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #853CEC

Split complementary colors are two colors adjacent to the complementary color of #853CEC. They create a balanced and visually appealing color scheme.

Tetradic Colors of #853CEC

Tetradic colors form a rectangle on the color wheel, including #853CEC. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #853CEC

Monochromatic colors are variations of #853CEC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #853CEC

The complementary color of #853CEC is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #853CEC

/* Using HEX */
body {
  background-color: #853cec;
}
/* Using RGB */
body {
  background-color: rgb(133, 60, 236);
}
/* Using RGB with opacity */
body {
  background-color: rgba(133, 60, 236, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(265, 82%, 58%);
}
/* Text color */
p {
  color: #853cec;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #853cec;
}
/* Border color */
.box {
  border: 4px solid #853cec;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #853cec;
}
Text Shadow Preview
/* Background with text */
div {
  background: #853cec;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#853CEC
On Black Background
#853CEC
On White Background
#853CEC

HTML Examples of #853CEC

<!-- Using HEX -->
<div style="background-color: #853cec; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(133, 60, 236); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(133, 60, 236, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(265, 82%, 58%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #853cec;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #853cec; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #853cec; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #853cec;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #853cec; color: #fff; padding: 16px; border-radius: 8px;">
  #853CEC
</div>
#853CEC
On Black Background
#853CEC
On White Background
#853CEC

Related Colors of #853CEC

These colors are similar to #853CEC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.