Color Hex Logo

#5876cf Color Hex

#5876CF
(88,118,207)
0 Favorites   0 Comments

Color spaces of #5876cf

RGB 88118207
HSL0.620.550.58
HSV225°57°81°
CMYK 0.570.430.00   0.19
XYZ21.765419.536661.6553
Yxy19.53660.21140.1898
Hunter Lab44.200210.5479-51.7640
CIE-Lab51.309215.7742-49.4124

#5876cf color RGB value is (88,118,207).

#5876cf hex color red value is 88, green value is 118 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5876cf hue: 0.62 , saturation: 0.55 and the lightness value of 5876cf is 0.58.

The process color (four color CMYK) of #5876cf color hex is 0.57, 0.43, 0.00, 0.19. Web safe color of #5876cf is #6666cc. Color #5876cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01110110 11001111
Octal 130 166 317
Decimal 88 118 207
Hex 58 76 CF

RGB Percentages of Color #5876cf

%21.31
%28.57
%50.12

CMYK Percentages of Color #5876cf

%57
%43
%0
%19

Triadic Colors of #5876cf

#5876cf #cf5876 #76cf58

Analogous Colors of #5876cf

#5876cf #7658cf #58b2cf

Monochromatic Colors of #5876cf

#5876cf

Complementary Color

#5876cf #cfb158

#5876cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5876cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5876cf Color CSS Codes

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

#5876cf Text Font Color

<p style="color:#5876cf">Text here</p>

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


#5876cf Background Color

<div style="background-color:#5876cf">
Div content here</div>

This div background color is #5876cf


#5876cf Border Color

<div style="border:3px solid #5876cf">
Div here</div>

This div border color is #5876cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,118,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5876cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5876cf;
  -webkit-box-shadow: 1px 1px 3px 2px #5876cf;
  box-shadow:         1px 1px 3px 2px #5876cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,118,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5876cf


Comments

No comments written yet.

Please login to write comment.