Color Hex Logo

#8359cb Color Hex

#8359CB
(131,89,203)
0 Favorites   0 Comments

Color spaces of #8359cb

RGB 13189203
HSL0.730.520.57
HSV262°56°80°
CMYK 0.350.560.00   0.20
XYZ23.711916.281858.3929
Yxy16.28180.24100.1655
Hunter Lab40.350734.2809-57.5551
CIE-Lab47.342141.7338-53.2808

#8359cb color RGB value is (131,89,203).

#8359cb hex color red value is 131, green value is 89 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8359cb hue: 0.73 , saturation: 0.52 and the lightness value of 8359cb is 0.57.

The process color (four color CMYK) of #8359cb color hex is 0.35, 0.56, 0.00, 0.20. Web safe color of #8359cb is #9966cc. Color #8359cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011001 11001011
Octal 203 131 313
Decimal 131 89 203
Hex 83 59 CB

RGB Percentages of Color #8359cb

%30.97
%21.04
%47.99

CMYK Percentages of Color #8359cb

%35
%56
%0
%20

Triadic Colors of #8359cb

#8359cb #cb8359 #59cb83

Analogous Colors of #8359cb

#8359cb #bc59cb #5968cb

Monochromatic Colors of #8359cb

#8359cb

Complementary Color

#8359cb #a1cb59

#8359cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8359cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8359cb Color CSS Codes

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

#8359cb Text Font Color

<p style="color:#8359cb">Text here</p>

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


#8359cb Background Color

<div style="background-color:#8359cb">
Div content here</div>

This div background color is #8359cb


#8359cb Border Color

<div style="border:3px solid #8359cb">
Div here</div>

This div border color is #8359cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,89,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8359cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8359cb;
  -webkit-box-shadow: 1px 1px 3px 2px #8359cb;
  box-shadow:         1px 1px 3px 2px #8359cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,89,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 #8359cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8359cb


Comments

No comments written yet.

Please login to write comment.