Color Hex Logo

#5607cb Color Hex

#5607CB
(86,7,203)
0 Favorites   0 Comments

Color spaces of #5607cb

RGB 867203
HSL0.730.930.41
HSV264°97°80°
CMYK 0.580.970.00   0.20
XYZ14.69326.442256.9690
Yxy6.44220.18810.0825
Hunter Lab25.381558.9150-115.3099
CIE-Lab30.501867.9079-80.9841

#5607cb color RGB value is (86,7,203).

#5607cb hex color red value is 86, green value is 7 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5607cb hue: 0.73 , saturation: 0.93 and the lightness value of 5607cb is 0.41.

The process color (four color CMYK) of #5607cb color hex is 0.58, 0.97, 0.00, 0.20. Web safe color of #5607cb is #6600cc. Color #5607cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00000111 11001011
Octal 126 7 313
Decimal 86 7 203
Hex 56 7 CB

RGB Percentages of Color #5607cb

%29.05
%2.36
%68.58

CMYK Percentages of Color #5607cb

%58
%97
%0
%20

Triadic Colors of #5607cb

#5607cb #cb5607 #07cb56

Analogous Colors of #5607cb

#5607cb #b807cb #071acb

Monochromatic Colors of #5607cb

#5607cb

Complementary Color

#5607cb #7ccb07

#5607cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5607cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5607cb Color CSS Codes

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

#5607cb Text Font Color

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

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


#5607cb Background Color

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

This div background color is #5607cb


#5607cb Border Color

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

This div border color is #5607cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5607cb


Comments

No comments written yet.

Please login to write comment.