Color Hex Logo

#e042cd Color Hex

#E042CD
(224,66,205)
0 Favorites   0 Comments

Color spaces of #e042cd

RGB 22466205
HSL0.850.720.57
HSV307°71°88°
CMYK 0.000.710.08   0.12
XYZ43.708124.151560.1156
Yxy24.15150.34150.1887
Hunter Lab49.144272.7529-38.1256
CIE-Lab56.239274.5566-39.5234

#e042cd color RGB value is (224,66,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000010 11001101
Octal 340 102 315
Decimal 224 66 205
Hex E0 42 CD

RGB Percentages of Color #e042cd

%45.25
%13.33
%41.41

CMYK Percentages of Color #e042cd

%0
%71
%8
%12

Triadic Colors of #e042cd

#e042cd #cde042 #42cde0

Analogous Colors of #e042cd

#e042cd #e0427e #a442e0

Monochromatic Colors of #e042cd

#e042cd

Complementary Color

#e042cd #42e055

#e042cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e042cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e042cd Color CSS Codes

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

#e042cd Text Font Color

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

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


#e042cd Background Color

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

This div background color is #e042cd


#e042cd Border Color

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

This div border color is #e042cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e042cd


Comments

No comments written yet.

Please login to write comment.