Color Hex Logo

#572eed Color Hex

#572EED
(87,46,237)
0 Favorites   0 Comments

Color spaces of #572eed

RGB 8746237
HSL0.700.840.55
HSV253°81°93°
CMYK 0.630.810.00   0.07
XYZ20.193510.094781.0049
Yxy10.09470.18140.0907
Hunter Lab31.772257.8484-128.9227
CIE-Lab38.011965.5414-88.0993

#572eed color RGB value is (87,46,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00101110 11101101
Octal 127 56 355
Decimal 87 46 237
Hex 57 2E ED

RGB Percentages of Color #572eed

%23.51
%12.43
%64.05

CMYK Percentages of Color #572eed

%63
%81
%0
%7

Triadic Colors of #572eed

#572eed #ed572e #2eed57

Analogous Colors of #572eed

#572eed #b72eed #2e65ed

Monochromatic Colors of #572eed

#572eed

Complementary Color

#572eed #c4ed2e

#572eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#572eed Color CSS Codes

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

#572eed Text Font Color

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

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


#572eed Background Color

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

This div background color is #572eed


#572eed Border Color

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

This div border color is #572eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572eed


Comments

No comments written yet.

Please login to write comment.