Color Hex Logo

#8357cb Color Hex

#8357CB
(131,87,203)
0 Favorites   0 Comments

Color spaces of #8357cb

RGB 13187203
HSL0.730.530.57
HSV263°57°80°
CMYK 0.350.570.00   0.20
XYZ23.547815.953558.3381
Yxy15.95350.24070.1631
Hunter Lab39.941835.3369-58.6383
CIE-Lab46.913442.8535-53.9690

#8357cb color RGB value is (131,87,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01010111 11001011
Octal 203 127 313
Decimal 131 87 203
Hex 83 57 CB

RGB Percentages of Color #8357cb

%31.12
%20.67
%48.22

CMYK Percentages of Color #8357cb

%35
%57
%0
%20

Triadic Colors of #8357cb

#8357cb #cb8357 #57cb83

Analogous Colors of #8357cb

#8357cb #bd57cb #5765cb

Monochromatic Colors of #8357cb

#8357cb

Complementary Color

#8357cb #9fcb57

#8357cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8357cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8357cb Color CSS Codes

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

#8357cb Text Font Color

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

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


#8357cb Background Color

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

This div background color is #8357cb


#8357cb Border Color

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

This div border color is #8357cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8357cb


Comments

No comments written yet.

Please login to write comment.