Color Hex Logo

#5796ce Color Hex

#5796CE
(87,150,206)
0 Favorites   0 Comments

Color spaces of #5796ce

RGB 87150206
HSL0.580.550.57
HSV208°58°81°
CMYK 0.580.270.00   0.19
XYZ25.977428.295262.4849
Yxy28.29520.22250.2423
Hunter Lab53.1932-5.9161-32.4114
CIE-Lab60.1545-3.7713-34.9007

#5796ce color RGB value is (87,150,206).

#5796ce hex color red value is 87, green value is 150 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5796ce hue: 0.58 , saturation: 0.55 and the lightness value of 5796ce is 0.57.

The process color (four color CMYK) of #5796ce color hex is 0.58, 0.27, 0.00, 0.19. Web safe color of #5796ce is #6699cc. Color #5796ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10010110 11001110
Octal 127 226 316
Decimal 87 150 206
Hex 57 96 CE

RGB Percentages of Color #5796ce

%19.64
%33.86
%46.50

CMYK Percentages of Color #5796ce

%58
%27
%0
%19

Triadic Colors of #5796ce

#5796ce #ce5796 #96ce57

Analogous Colors of #5796ce

#5796ce #575ace #57cecb

Monochromatic Colors of #5796ce

#5796ce

Complementary Color

#5796ce #ce8f57

#5796ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5796ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5796ce Color CSS Codes

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

#5796ce Text Font Color

<p style="color:#5796ce">Text here</p>

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


#5796ce Background Color

<div style="background-color:#5796ce">
Div content here</div>

This div background color is #5796ce


#5796ce Border Color

<div style="border:3px solid #5796ce">
Div here</div>

This div border color is #5796ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,150,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5796ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5796ce;
  -webkit-box-shadow: 1px 1px 3px 2px #5796ce;
  box-shadow:         1px 1px 3px 2px #5796ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,150,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5796ce


Comments

No comments written yet.

Please login to write comment.