Color Hex Logo

#e072cf Color Hex

#E072CF
(224,114,207)
0 Favorites   0 Comments

Color spaces of #e072cf

RGB 224114207
HSL0.860.640.66
HSV309°49°88°
CMYK 0.000.490.08   0.12
XYZ48.020332.386962.7518
Yxy32.38690.33540.2262
Hunter Lab56.909551.0269-25.5401
CIE-Lab63.661454.8603-29.0906

#e072cf color RGB value is (224,114,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110010 11001111
Octal 340 162 317
Decimal 224 114 207
Hex E0 72 CF

RGB Percentages of Color #e072cf

%41.10
%20.92
%37.98

CMYK Percentages of Color #e072cf

%0
%49
%8
%12

Triadic Colors of #e072cf

#e072cf #cfe072 #72cfe0

Analogous Colors of #e072cf

#e072cf #e07298 #ba72e0

Monochromatic Colors of #e072cf

#e072cf

Complementary Color

#e072cf #72e083

#e072cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e072cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e072cf Color CSS Codes

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

#e072cf Text Font Color

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

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


#e072cf Background Color

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

This div background color is #e072cf


#e072cf Border Color

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

This div border color is #e072cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e072cf


Comments

No comments written yet.

Please login to write comment.