Color Hex Logo

#e572cd Color Hex

#E572CD
(229,114,205)
0 Favorites   0 Comments

Color spaces of #e572cd

RGB 229114205
HSL0.870.690.67
HSV313°50°90°
CMYK 0.000.500.10   0.10
XYZ49.349933.100461.5456
Yxy33.10040.34270.2299
Hunter Lab57.532952.4289-23.1521
CIE-Lab64.242155.9991-27.0160

#e572cd color RGB value is (229,114,205).

#e572cd hex color red value is 229, green value is 114 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e572cd hue: 0.87 , saturation: 0.69 and the lightness value of e572cd is 0.67.

The process color (four color CMYK) of #e572cd color hex is 0.00, 0.50, 0.10, 0.10. Web safe color of #e572cd is #cc66cc. Color #e572cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110010 11001101
Octal 345 162 315
Decimal 229 114 205
Hex E5 72 CD

RGB Percentages of Color #e572cd

%41.79
%20.80
%37.41

CMYK Percentages of Color #e572cd

%0
%50
%10
%10

Triadic Colors of #e572cd

#e572cd #cde572 #72cde5

Analogous Colors of #e572cd

#e572cd #e57294 #c472e5

Monochromatic Colors of #e572cd

#e572cd

Complementary Color

#e572cd #72e58a

#e572cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e572cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e572cd Color CSS Codes

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

#e572cd Text Font Color

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

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


#e572cd Background Color

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

This div background color is #e572cd


#e572cd Border Color

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

This div border color is #e572cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e572cd


Comments

No comments written yet.

Please login to write comment.