Color Hex Logo

#572aee Color Hex

#572AEE
(87,42,238)
0 Favorites   0 Comments

Color spaces of #572aee

RGB 8742238
HSL0.700.850.55
HSV254°82°93°
CMYK 0.630.820.00   0.07
XYZ20.19119.855281.7270
Yxy9.85520.18060.0882
Hunter Lab31.393059.8685-132.3776
CIE-Lab37.581367.3855-89.3785

#572aee color RGB value is (87,42,238).

#572aee hex color red value is 87, green value is 42 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #572aee hue: 0.70 , saturation: 0.85 and the lightness value of 572aee is 0.55.

The process color (four color CMYK) of #572aee color hex is 0.63, 0.82, 0.00, 0.07. Web safe color of #572aee is #6633ff. Color #572aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00101010 11101110
Octal 127 52 356
Decimal 87 42 238
Hex 57 2A EE

RGB Percentages of Color #572aee

%23.71
%11.44
%64.85

CMYK Percentages of Color #572aee

%63
%82
%0
%7

Triadic Colors of #572aee

#572aee #ee572a #2aee57

Analogous Colors of #572aee

#572aee #b92aee #2a5fee

Monochromatic Colors of #572aee

#572aee

Complementary Color

#572aee #c1ee2a

#572aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#572aee Color CSS Codes

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

#572aee Text Font Color

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

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


#572aee Background Color

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

This div background color is #572aee


#572aee Border Color

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

This div border color is #572aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572aee


Comments

No comments written yet.

Please login to write comment.