Color Hex Logo

#5719cc Color Hex

#5719CC
(87,25,204)
0 Favorites   0 Comments

Color spaces of #5719cc

RGB 8725204
HSL0.720.780.45
HSV261°88°80°
CMYK 0.570.880.00   0.20
XYZ15.17727.081157.6936
Yxy7.08110.18980.0886
Hunter Lab26.610355.2394-109.9188
CIE-Lab31.990864.4042-79.0972

#5719cc color RGB value is (87,25,204).

#5719cc hex color red value is 87, green value is 25 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5719cc hue: 0.72 , saturation: 0.78 and the lightness value of 5719cc is 0.45.

The process color (four color CMYK) of #5719cc color hex is 0.57, 0.88, 0.00, 0.20. Web safe color of #5719cc is #6600cc. Color #5719cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00011001 11001100
Octal 127 31 314
Decimal 87 25 204
Hex 57 19 CC

RGB Percentages of Color #5719cc

%27.53
%7.91
%64.56

CMYK Percentages of Color #5719cc

%57
%88
%0
%20

Triadic Colors of #5719cc

#5719cc #cc5719 #19cc57

Analogous Colors of #5719cc

#5719cc #b119cc #1934cc

Monochromatic Colors of #5719cc

#5719cc

Complementary Color

#5719cc #8ecc19

#5719cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5719cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5719cc Color CSS Codes

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

#5719cc Text Font Color

<p style="color:#5719cc">Text here</p>

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


#5719cc Background Color

<div style="background-color:#5719cc">
Div content here</div>

This div background color is #5719cc


#5719cc Border Color

<div style="border:3px solid #5719cc">
Div here</div>

This div border color is #5719cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,25,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5719cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5719cc;
  -webkit-box-shadow: 1px 1px 3px 2px #5719cc;
  box-shadow:         1px 1px 3px 2px #5719cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5719cc


Comments

No comments written yet.

Please login to write comment.