color codes Logo

#5752cc color codes

#5752CC
(87,82,204)
0 Favorites   0 Comments

Color spaces of #5752cc

RGB 8782204
HSL0.670.540.56
HSV242°60°80°
CMYK 0.570.600.00   0.20
XYZ17.846912.420558.5835
Yxy12.42050.20090.1398
Hunter Lab35.242728.7175-73.8870
CIE-Lab41.876836.8466-62.8803

#5752cc color RGB value is (87,82,204).

#5752cc hex color red value is 87, green value is 82 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5752cc hue: 0.67 , saturation: 0.54 and the lightness value of 5752cc is 0.56.

The process color (four color CMYK) of #5752cc color code is 0.57, 0.60, 0.00, 0.20. Web safe color of #5752cc is #6666cc. Color #5752cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010010 11001100
Octal 127 122 314
Decimal 87 82 204
Hex 57 52 CC

RGB Percentages of Color #5752cc

%23.32
%21.98
%54.69

CMYK Percentages of Color #5752cc

%57
%60
%0
%20

Triadic Colors of #5752cc

#5752cc #cc5752 #52cc57

Analogous Colors of #5752cc

#5752cc #9452cc #528acc

Monochromatic Colors of #5752cc

#5752cc

Complementary Color

#5752cc #c7cc52

#5752cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5752cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5752cc Color CSS Codes

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

#5752cc Text Font Color

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

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


#5752cc Background Color

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

This div background color is #5752cc


#5752cc Border Color

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

This div border color is #5752cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5752cc


Comments

No comments written yet.

Please login to write comment.