Color Hex Logo

#e014de Color Hex

#E014DE
(224,20,222)
0 Favorites   0 Comments

Color spaces of #e014de

RGB 22420222
HSL0.830.840.48
HSV301°91°88°
CMYK 0.000.910.01   0.12
XYZ44.175421.621570.9523
Yxy21.62150.32300.1581
Hunter Lab46.498988.2073-57.9208
CIE-Lab53.623187.2033-53.3534

#e014de color RGB value is (224,20,222).

#e014de hex color red value is 224, green value is 20 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e014de hue: 0.83 , saturation: 0.84 and the lightness value of e014de is 0.48.

The process color (four color CMYK) of #e014de color hex is 0.00, 0.91, 0.01, 0.12. Web safe color of #e014de is #cc00cc. Color #e014de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00010100 11011110
Octal 340 24 336
Decimal 224 20 222
Hex E0 14 DE

RGB Percentages of Color #e014de

%48.07
%4.29
%47.64

CMYK Percentages of Color #e014de

%0
%91
%1
%12

Triadic Colors of #e014de

#e014de #dee014 #14dee0

Analogous Colors of #e014de

#e014de #e01478 #7c14e0

Monochromatic Colors of #e014de

#e014de

Complementary Color

#e014de #14e016

#e014de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e014de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e014de Color CSS Codes

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

#e014de Text Font Color

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

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


#e014de Background Color

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

This div background color is #e014de


#e014de Border Color

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

This div border color is #e014de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e014de


Comments

No comments written yet.

Please login to write comment.