Color Hex Logo

#572abc Color Hex

#572ABC
(87,42,188)
0 Favorites   0 Comments

Color spaces of #572abc

RGB 8742188
HSL0.720.630.45
HSV258°78°74°
CMYK 0.540.780.00   0.26
XYZ13.83557.313048.2593
Yxy7.31300.19930.1054
Hunter Lab27.042643.9996-86.8773
CIE-Lab32.509153.9291-68.8521

#572abc color RGB value is (87,42,188).

#572abc hex color red value is 87, green value is 42 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #572abc hue: 0.72 , saturation: 0.63 and the lightness value of 572abc is 0.45.

The process color (four color CMYK) of #572abc color hex is 0.54, 0.78, 0.00, 0.26. Web safe color of #572abc is #6633cc. Color #572abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00101010 10111100
Octal 127 52 274
Decimal 87 42 188
Hex 57 2A BC

RGB Percentages of Color #572abc

%27.44
%13.25
%59.31

CMYK Percentages of Color #572abc

%54
%78
%0
%26

Triadic Colors of #572abc

#572abc #bc572a #2abc57

Analogous Colors of #572abc

#572abc #a02abc #2a46bc

Monochromatic Colors of #572abc

#572abc

Complementary Color

#572abc #8fbc2a

#572abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#572abc Color CSS Codes

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

#572abc Text Font Color

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

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


#572abc Background Color

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

This div background color is #572abc


#572abc Border Color

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

This div border color is #572abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572abc


Comments

No comments written yet.

Please login to write comment.