Color Hex Logo

#e02acd Color Hex

#E02ACD
(224,42,205)
0 Favorites   0 Comments

Color spaces of #e02acd

RGB 22442205
HSL0.850.750.52
HSV306°81°88°
CMYK 0.000.810.08   0.12
XYZ42.587921.911059.7422
Yxy21.91100.34280.1764
Hunter Lab46.809280.4867-42.9049
CIE-Lab53.932481.1738-43.1601

#e02acd color RGB value is (224,42,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00101010 11001101
Octal 340 52 315
Decimal 224 42 205
Hex E0 2A CD

RGB Percentages of Color #e02acd

%47.56
%8.92
%43.52

CMYK Percentages of Color #e02acd

%0
%81
%8
%12

Triadic Colors of #e02acd

#e02acd #cde02a #2acde0

Analogous Colors of #e02acd

#e02acd #e02a72 #982ae0

Monochromatic Colors of #e02acd

#e02acd

Complementary Color

#e02acd #2ae03d

#e02acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e02acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e02acd Color CSS Codes

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

#e02acd Text Font Color

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

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


#e02acd Background Color

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

This div background color is #e02acd


#e02acd Border Color

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

This div border color is #e02acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e02acd


Comments

No comments written yet.

Please login to write comment.