Color Hex Logo

#572fcc Color Hex

#572FCC
(87,47,204)
0 Favorites   0 Comments

Color spaces of #572fcc

RGB 8747204
HSL0.710.630.49
HSV255°77°80°
CMYK 0.570.770.00   0.20
XYZ15.84618.418957.9166
Yxy8.41890.19280.1024
Hunter Lab29.015346.7071-98.0361
CIE-Lab34.840556.0491-74.3922

#572fcc color RGB value is (87,47,204).

#572fcc hex color red value is 87, green value is 47 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #572fcc hue: 0.71 , saturation: 0.63 and the lightness value of 572fcc is 0.49.

The process color (four color CMYK) of #572fcc color hex is 0.57, 0.77, 0.00, 0.20. Web safe color of #572fcc is #6633cc. Color #572fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00101111 11001100
Octal 127 57 314
Decimal 87 47 204
Hex 57 2F CC

RGB Percentages of Color #572fcc

%25.74
%13.91
%60.36

CMYK Percentages of Color #572fcc

%57
%77
%0
%20

Triadic Colors of #572fcc

#572fcc #cc572f #2fcc57

Analogous Colors of #572fcc

#572fcc #a62fcc #2f55cc

Monochromatic Colors of #572fcc

#572fcc

Complementary Color

#572fcc #a4cc2f

#572fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#572fcc Color CSS Codes

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

#572fcc Text Font Color

<p style="color:#572fcc">Text here</p>

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


#572fcc Background Color

<div style="background-color:#572fcc">
Div content here</div>

This div background color is #572fcc


#572fcc Border Color

<div style="border:3px solid #572fcc">
Div here</div>

This div border color is #572fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572fcc


Comments

No comments written yet.

Please login to write comment.