Color Hex Logo

#572abe Color Hex

#572ABE
(87,42,190)
0 Favorites   0 Comments

Color spaces of #572abe

RGB 8742190
HSL0.720.640.45
HSV258°78°75°
CMYK 0.540.780.00   0.25
XYZ14.05277.399949.4029
Yxy7.39990.19830.1044
Hunter Lab27.202844.6067-88.6346
CIE-Lab32.700554.4734-69.7172

#572abe color RGB value is (87,42,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00101010 10111110
Octal 127 52 276
Decimal 87 42 190
Hex 57 2A BE

RGB Percentages of Color #572abe

%27.27
%13.17
%59.56

CMYK Percentages of Color #572abe

%54
%78
%0
%25

Triadic Colors of #572abe

#572abe #be572a #2abe57

Analogous Colors of #572abe

#572abe #a12abe #2a47be

Monochromatic Colors of #572abe

#572abe

Complementary Color

#572abe #91be2a

#572abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#572abe Color CSS Codes

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

#572abe Text Font Color

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

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


#572abe Background Color

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

This div background color is #572abe


#572abe Border Color

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

This div border color is #572abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572abe


Comments

No comments written yet.

Please login to write comment.