Color Hex Logo

#e01cda Color Hex

#E01CDA
(224,28,218)
0 Favorites   0 Comments

Color spaces of #e01cda

RGB 22428218
HSL0.840.780.49
HSV302°88°88°
CMYK 0.000.880.03   0.12
XYZ43.810621.739868.2168
Yxy21.73980.32750.1625
Hunter Lab46.626086.1264-54.1069
CIE-Lab53.749885.5880-50.8773

#e01cda color RGB value is (224,28,218).

#e01cda hex color red value is 224, green value is 28 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e01cda hue: 0.84 , saturation: 0.78 and the lightness value of e01cda is 0.49.

The process color (four color CMYK) of #e01cda color hex is 0.00, 0.88, 0.03, 0.12. Web safe color of #e01cda is #cc33cc. Color #e01cda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00011100 11011010
Octal 340 34 332
Decimal 224 28 218
Hex E0 1C DA

RGB Percentages of Color #e01cda

%47.66
%5.96
%46.38

CMYK Percentages of Color #e01cda

%0
%88
%3
%12

Triadic Colors of #e01cda

#e01cda #dae01c #1cdae0

Analogous Colors of #e01cda

#e01cda #e01c78 #841ce0

Monochromatic Colors of #e01cda

#e01cda

Complementary Color

#e01cda #1ce022

#e01cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e01cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e01cda Color CSS Codes

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

#e01cda Text Font Color

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

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


#e01cda Background Color

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

This div background color is #e01cda


#e01cda Border Color

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

This div border color is #e01cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e01cda


Comments

No comments written yet.

Please login to write comment.