Color Hex Logo

#8b62cb Color Hex

#8B62CB
(139,98,203)
0 Favorites   0 Comments

Color spaces of #8b62cb

RGB 13998203
HSL0.730.500.59
HSV263°52°80°
CMYK 0.320.520.00   0.20
XYZ25.794618.536158.7182
Yxy18.53610.25030.1799
Hunter Lab43.053631.6006-50.7246
CIE-Lab50.140038.6318-48.7580

#8b62cb color RGB value is (139,98,203).

#8b62cb hex color red value is 139, green value is 98 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8b62cb hue: 0.73 , saturation: 0.50 and the lightness value of 8b62cb is 0.59.

The process color (four color CMYK) of #8b62cb color hex is 0.32, 0.52, 0.00, 0.20. Web safe color of #8b62cb is #9966cc. Color #8b62cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01100010 11001011
Octal 213 142 313
Decimal 139 98 203
Hex 8B 62 CB

RGB Percentages of Color #8b62cb

%31.59
%22.27
%46.14

CMYK Percentages of Color #8b62cb

%32
%52
%0
%20

Triadic Colors of #8b62cb

#8b62cb #cb8b62 #62cb8b

Analogous Colors of #8b62cb

#8b62cb #c062cb #626ecb

Monochromatic Colors of #8b62cb

#8b62cb

Complementary Color

#8b62cb #a2cb62

#8b62cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b62cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b62cb Color CSS Codes

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

#8b62cb Text Font Color

<p style="color:#8b62cb">Text here</p>

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


#8b62cb Background Color

<div style="background-color:#8b62cb">
Div content here</div>

This div background color is #8b62cb


#8b62cb Border Color

<div style="border:3px solid #8b62cb">
Div here</div>

This div border color is #8b62cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,98,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8b62cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8b62cb;
  -webkit-box-shadow: 1px 1px 3px 2px #8b62cb;
  box-shadow:         1px 1px 3px 2px #8b62cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,98,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 #8b62cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b62cb


Comments

No comments written yet.

Please login to write comment.