Color Hex Logo

#862dcb Color Hex

#862DCB
(134,45,203)
0 Favorites   0 Comments

Color spaces of #862dcb

RGB 13445203
HSL0.760.640.49
HSV274°78°80°
CMYK 0.340.780.00   0.20
XYZ21.549411.256957.5369
Yxy11.25690.23850.1246
Hunter Lab33.551355.9326-78.1901
CIE-Lab40.009863.4630-65.1247

#862dcb color RGB value is (134,45,203).

#862dcb hex color red value is 134, green value is 45 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #862dcb hue: 0.76 , saturation: 0.64 and the lightness value of 862dcb is 0.49.

The process color (four color CMYK) of #862dcb color hex is 0.34, 0.78, 0.00, 0.20. Web safe color of #862dcb is #9933cc. Color #862dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00101101 11001011
Octal 206 55 313
Decimal 134 45 203
Hex 86 2D CB

RGB Percentages of Color #862dcb

%35.08
%11.78
%53.14

CMYK Percentages of Color #862dcb

%34
%78
%0
%20

Triadic Colors of #862dcb

#862dcb #cb862d #2dcb86

Analogous Colors of #862dcb

#862dcb #cb2dc1 #372dcb

Monochromatic Colors of #862dcb

#862dcb

Complementary Color

#862dcb #72cb2d

#862dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#862dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#862dcb Color CSS Codes

.mybgcolor {background-color:#862dcb; } 
.myforecolor {color:#862dcb; }
.mybordercolor {border:3px solid #862dcb; }

#862dcb Text Font Color

<p style="color:#862dcb">Text here</p>

This sample text font color is #862dcb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#862dcb Background Color

<div style="background-color:#862dcb">
Div content here</div>

This div background color is #862dcb


#862dcb Border Color

<div style="border:3px solid #862dcb">
Div here</div>

This div border color is #862dcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,45,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #862dcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #862dcb;
  -webkit-box-shadow: 1px 1px 3px 2px #862dcb;
  box-shadow:         1px 1px 3px 2px #862dcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,45,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #862dcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #862dcb;
  -webkit-box-shadow: 1px 1px 3px 2px #862dcb;
  box-shadow:         1px 1px 3px 2px #862dcb;">
Div content here</div>

This div box has shadow with color #862dcb


Comments

No comments written yet.

Please login to write comment.