Color Hex Logo

#e045cd Color Hex

#E045CD
(224,69,205)
0 Favorites   0 Comments

Color spaces of #e045cd

RGB 22469205
HSL0.850.710.57
HSV307°69°88°
CMYK 0.000.690.08   0.12
XYZ43.888024.511360.1756
Yxy24.51130.34130.1906
Hunter Lab49.508971.5938-37.4078
CIE-Lab56.596173.5468-38.9626

#e045cd color RGB value is (224,69,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000101 11001101
Octal 340 105 315
Decimal 224 69 205
Hex E0 45 CD

RGB Percentages of Color #e045cd

%44.98
%13.86
%41.16

CMYK Percentages of Color #e045cd

%0
%69
%8
%12

Triadic Colors of #e045cd

#e045cd #cde045 #45cde0

Analogous Colors of #e045cd

#e045cd #e04580 #a645e0

Monochromatic Colors of #e045cd

#e045cd

Complementary Color

#e045cd #45e058

#e045cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e045cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e045cd Color CSS Codes

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

#e045cd Text Font Color

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

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


#e045cd Background Color

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

This div background color is #e045cd


#e045cd Border Color

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

This div border color is #e045cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e045cd


Comments

No comments written yet.

Please login to write comment.