Color Hex Logo

#e072cd Color Hex

#E072CD
(224,114,205)
0 Favorites   0 Comments

Color spaces of #e072cd

RGB 224114205
HSL0.860.640.66
HSV310°49°88°
CMYK 0.000.490.08   0.12
XYZ47.777232.289761.4720
Yxy32.28970.33760.2281
Hunter Lab56.824050.6394-24.3629
CIE-Lab63.581654.5311-28.0889

#e072cd color RGB value is (224,114,205).

#e072cd hex color red value is 224, green value is 114 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e072cd hue: 0.86 , saturation: 0.64 and the lightness value of e072cd is 0.66.

The process color (four color CMYK) of #e072cd color hex is 0.00, 0.49, 0.08, 0.12. Web safe color of #e072cd is #cc66cc. Color #e072cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110010 11001101
Octal 340 162 315
Decimal 224 114 205
Hex E0 72 CD

RGB Percentages of Color #e072cd

%41.25
%20.99
%37.75

CMYK Percentages of Color #e072cd

%0
%49
%8
%12

Triadic Colors of #e072cd

#e072cd #cde072 #72cde0

Analogous Colors of #e072cd

#e072cd #e07296 #bc72e0

Monochromatic Colors of #e072cd

#e072cd

Complementary Color

#e072cd #72e085

#e072cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e072cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e072cd Color CSS Codes

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

#e072cd Text Font Color

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

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


#e072cd Background Color

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

This div background color is #e072cd


#e072cd Border Color

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

This div border color is #e072cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e072cd


Comments

No comments written yet.

Please login to write comment.