Color Hex Logo

#e034cf Color Hex

#E034CF
(224,52,207)
0 Favorites   0 Comments

Color spaces of #e034cf

RGB 22452207
HSL0.850.740.54
HSV306°77°88°
CMYK 0.000.770.08   0.12
XYZ43.230922.808361.1554
Yxy22.80830.33990.1793
Hunter Lab47.758078.0029-42.4918
CIE-Lab54.874379.0299-42.8172

#e034cf color RGB value is (224,52,207).

#e034cf hex color red value is 224, green value is 52 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e034cf hue: 0.85 , saturation: 0.74 and the lightness value of e034cf is 0.54.

The process color (four color CMYK) of #e034cf color hex is 0.00, 0.77, 0.08, 0.12. Web safe color of #e034cf is #cc33cc. Color #e034cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110100 11001111
Octal 340 64 317
Decimal 224 52 207
Hex E0 34 CF

RGB Percentages of Color #e034cf

%46.38
%10.77
%42.86

CMYK Percentages of Color #e034cf

%0
%77
%8
%12

Triadic Colors of #e034cf

#e034cf #cfe034 #34cfe0

Analogous Colors of #e034cf

#e034cf #e03479 #9b34e0

Monochromatic Colors of #e034cf

#e034cf

Complementary Color

#e034cf #34e045

#e034cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e034cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e034cf Color CSS Codes

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

#e034cf Text Font Color

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

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


#e034cf Background Color

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

This div background color is #e034cf


#e034cf Border Color

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

This div border color is #e034cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e034cf


Comments

No comments written yet.

Please login to write comment.