Color Hex Logo

#e572ff Color Hex

#E572FF
(229,114,255)
0 Favorites   0 Comments

Color spaces of #e572ff

RGB 229114255
HSL0.801.000.72
HSV289°55°100°
CMYK 0.100.550.00   0.00
XYZ56.380435.912698.5680
Yxy35.91260.29540.1882
Hunter Lab59.927163.0632-55.5711
CIE-Lab66.453164.7122-51.3132

#e572ff color RGB value is (229,114,255).

#e572ff hex color red value is 229, green value is 114 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e572ff hue: 0.80 , saturation: 1.00 and the lightness value of e572ff is 0.72.

The process color (four color CMYK) of #e572ff color hex is 0.10, 0.55, 0.00, 0.00. Web safe color of #e572ff is #cc66ff. Color #e572ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110010 11111111
Octal 345 162 377
Decimal 229 114 255
Hex E5 72 FF

RGB Percentages of Color #e572ff

%38.29
%19.06
%42.64

CMYK Percentages of Color #e572ff

%10
%55
%0
%0

Triadic Colors of #e572ff

#e572ff #ffe572 #72ffe5

Analogous Colors of #e572ff

#e572ff #ff72d3 #9f72ff

Monochromatic Colors of #e572ff

#e572ff

Complementary Color

#e572ff #8cff72

#e572ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e572ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e572ff Color CSS Codes

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

#e572ff Text Font Color

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

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


#e572ff Background Color

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

This div background color is #e572ff


#e572ff Border Color

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

This div border color is #e572ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,114,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e572ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e572ff;
  -webkit-box-shadow: 1px 1px 3px 2px #e572ff;
  box-shadow:         1px 1px 3px 2px #e572ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,114,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e572ff


Comments

No comments written yet.

Please login to write comment.