Color Hex Logo

#572eee Color Hex

#572EEE
(87,46,238)
0 Favorites   0 Comments

Color spaces of #572eee

RGB 8746238
HSL0.700.850.56
HSV253°81°93°
CMYK 0.630.810.00   0.07
XYZ20.340110.153381.7767
Yxy10.15330.18120.0904
Hunter Lab31.864258.1806-129.8575
CIE-Lab38.116265.8120-88.4932

#572eee color RGB value is (87,46,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00101110 11101110
Octal 127 56 356
Decimal 87 46 238
Hex 57 2E EE

RGB Percentages of Color #572eee

%23.45
%12.40
%64.15

CMYK Percentages of Color #572eee

%63
%81
%0
%7

Triadic Colors of #572eee

#572eee #ee572e #2eee57

Analogous Colors of #572eee

#572eee #b72eee #2e65ee

Monochromatic Colors of #572eee

#572eee

Complementary Color

#572eee #c5ee2e

#572eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#572eee Color CSS Codes

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

#572eee Text Font Color

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

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


#572eee Background Color

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

This div background color is #572eee


#572eee Border Color

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

This div border color is #572eee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,46,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 #572eee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572eee


Comments

No comments written yet.

Please login to write comment.