Color Hex Logo

#862bd5 Color Hex

#862BD5
(134,43,213)
0 Favorites   0 Comments

Color spaces of #862bd5

RGB 13443213
HSL0.760.670.50
HSV272°80°84°
CMYK 0.370.800.00   0.16
XYZ22.705611.600263.9931
Yxy11.60020.23100.1180
Hunter Lab34.059159.3943-87.5578
CIE-Lab40.573566.3913-69.9876

#862bd5 color RGB value is (134,43,213).

#862bd5 hex color red value is 134, green value is 43 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #862bd5 hue: 0.76 , saturation: 0.67 and the lightness value of 862bd5 is 0.50.

The process color (four color CMYK) of #862bd5 color hex is 0.37, 0.80, 0.00, 0.16. Web safe color of #862bd5 is #9933cc. Color #862bd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00101011 11010101
Octal 206 53 325
Decimal 134 43 213
Hex 86 2B D5

RGB Percentages of Color #862bd5

%34.36
%11.03
%54.62

CMYK Percentages of Color #862bd5

%37
%80
%0
%16

Triadic Colors of #862bd5

#862bd5 #d5862b #2bd586

Analogous Colors of #862bd5

#862bd5 #d52bcf #312bd5

Monochromatic Colors of #862bd5

#862bd5

Complementary Color

#862bd5 #7ad52b

#862bd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#862bd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#862bd5 Color CSS Codes

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

#862bd5 Text Font Color

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

This sample text font color is #862bd5
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.


#862bd5 Background Color

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

This div background color is #862bd5


#862bd5 Border Color

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

This div border color is #862bd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #862bd5


Comments

No comments written yet.

Please login to write comment.