Color Hex Logo

#e002cd Color Hex

#E002CD
(224,2,205)
0 Favorites   0 Comments

Color spaces of #e002cd

RGB 2242205
HSL0.850.980.44
HSV305°99°88°
CMYK 0.000.990.08   0.12
XYZ41.781620.298559.4735
Yxy20.29850.34370.1670
Hunter Lab45.053986.6913-46.7283
CIE-Lab52.173086.3275-45.9478

#e002cd color RGB value is (224,2,205).

#e002cd hex color red value is 224, green value is 2 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e002cd hue: 0.85 , saturation: 0.98 and the lightness value of e002cd is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00000010 11001101
Octal 340 2 315
Decimal 224 2 205
Hex E0 2 CD

RGB Percentages of Color #e002cd

%51.97
%0.46
%47.56

CMYK Percentages of Color #e002cd

%0
%99
%8
%12

Triadic Colors of #e002cd

#e002cd #cde002 #02cde0

Analogous Colors of #e002cd

#e002cd #e0025e #8402e0

Monochromatic Colors of #e002cd

#e002cd

Complementary Color

#e002cd #02e015

#e002cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e002cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e002cd Color CSS Codes

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

#e002cd Text Font Color

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

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


#e002cd Background Color

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

This div background color is #e002cd


#e002cd Border Color

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

This div border color is #e002cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e002cd


Comments

No comments written yet.

Please login to write comment.