Color Hex Logo

#e04acd Color Hex

#E04ACD
(224,74,205)
0 Favorites   0 Comments

Color spaces of #e04acd

RGB 22474205
HSL0.850.710.58
HSV308°67°88°
CMYK 0.000.670.08   0.12
XYZ44.208725.152660.2825
Yxy25.15260.34100.1940
Hunter Lab50.152469.5789-36.1592
CIE-Lab57.223871.7803-37.9775

#e04acd color RGB value is (224,74,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01001010 11001101
Octal 340 112 315
Decimal 224 74 205
Hex E0 4A CD

RGB Percentages of Color #e04acd

%44.53
%14.71
%40.76

CMYK Percentages of Color #e04acd

%0
%67
%8
%12

Triadic Colors of #e04acd

#e04acd #cde04a #4acde0

Analogous Colors of #e04acd

#e04acd #e04a82 #a84ae0

Monochromatic Colors of #e04acd

#e04acd

Complementary Color

#e04acd #4ae05d

#e04acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04acd Color CSS Codes

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

#e04acd Text Font Color

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

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


#e04acd Background Color

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

This div background color is #e04acd


#e04acd Border Color

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

This div border color is #e04acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04acd


Comments

No comments written yet.

Please login to write comment.