Color Hex Logo

#e44acd Color Hex

#E44ACD
(228,74,205)
0 Favorites   0 Comments

Color spaces of #e44acd

RGB 22874205
HSL0.860.740.59
HSV309°68°89°
CMYK 0.000.680.10   0.11
XYZ45.463125.799360.3412
Yxy25.79930.34550.1960
Hunter Lab50.793070.8815-34.8804
CIE-Lab57.846172.7282-36.9579

#e44acd color RGB value is (228,74,205).

#e44acd hex color red value is 228, green value is 74 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e44acd hue: 0.86 , saturation: 0.74 and the lightness value of e44acd is 0.59.

The process color (four color CMYK) of #e44acd color hex is 0.00, 0.68, 0.10, 0.11. Web safe color of #e44acd is #cc33cc. Color #e44acd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001010 11001101
Octal 344 112 315
Decimal 228 74 205
Hex E4 4A CD

RGB Percentages of Color #e44acd

%44.97
%14.60
%40.43

CMYK Percentages of Color #e44acd

%0
%68
%10
%11

Triadic Colors of #e44acd

#e44acd #cde44a #4acde4

Analogous Colors of #e44acd

#e44acd #e44a80 #ae4ae4

Monochromatic Colors of #e44acd

#e44acd

Complementary Color

#e44acd #4ae461

#e44acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e44acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e44acd Color CSS Codes

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

#e44acd Text Font Color

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

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


#e44acd Background Color

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

This div background color is #e44acd


#e44acd Border Color

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

This div border color is #e44acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e44acd


Comments

No comments written yet.

Please login to write comment.