Color Hex Logo

#572eea Color Hex

#572EEA
(87,46,234)
0 Favorites   0 Comments

Color spaces of #572eea

RGB 8746234
HSL0.700.820.55
HSV253°80°92°
CMYK 0.630.800.00   0.08
XYZ19.75889.920778.7154
Yxy9.92070.18230.0915
Hunter Lab31.497156.8567-126.1253
CIE-Lab37.699764.7304-86.9137

#572eea color RGB value is (87,46,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00101110 11101010
Octal 127 56 352
Decimal 87 46 234
Hex 57 2E EA

RGB Percentages of Color #572eea

%23.71
%12.53
%63.76

CMYK Percentages of Color #572eea

%63
%80
%0
%8

Triadic Colors of #572eea

#572eea #ea572e #2eea57

Analogous Colors of #572eea

#572eea #b52eea #2e63ea

Monochromatic Colors of #572eea

#572eea

Complementary Color

#572eea #c1ea2e

#572eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#572eea Color CSS Codes

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

#572eea Text Font Color

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

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


#572eea Background Color

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

This div background color is #572eea


#572eea Border Color

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

This div border color is #572eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572eea


Comments

No comments written yet.

Please login to write comment.