Color Hex Logo

#e012cf Color Hex

#E012CF
(224,18,207)
0 Favorites   0 Comments

Color spaces of #e012cf

RGB 22418207
HSL0.850.850.47
HSV305°92°88°
CMYK 0.000.920.08   0.12
XYZ42.219320.784960.8182
Yxy20.78490.34100.1679
Hunter Lab45.590585.5176-47.1802
CIE-Lab52.713385.3218-46.2393

#e012cf color RGB value is (224,18,207).

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

The process color (four color CMYK) of #e012cf color hex is 0.00, 0.92, 0.08, 0.12. Web safe color of #e012cf is #cc00cc. Color #e012cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00010010 11001111
Octal 340 22 317
Decimal 224 18 207
Hex E0 12 CF

RGB Percentages of Color #e012cf

%49.89
%4.01
%46.10

CMYK Percentages of Color #e012cf

%0
%92
%8
%12

Triadic Colors of #e012cf

#e012cf #cfe012 #12cfe0

Analogous Colors of #e012cf

#e012cf #e01268 #8a12e0

Monochromatic Colors of #e012cf

#e012cf

Complementary Color

#e012cf #12e023

#e012cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e012cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e012cf Color CSS Codes

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

#e012cf Text Font Color

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

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


#e012cf Background Color

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

This div background color is #e012cf


#e012cf Border Color

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

This div border color is #e012cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e012cf


Comments

No comments written yet.

Please login to write comment.