Color Hex Logo

#e109cd Color Hex

#E109CD
(225,9,205)
0 Favorites   0 Comments

Color spaces of #e109cd

RGB 2259205
HSL0.850.920.46
HSV306°96°88°
CMYK 0.000.960.09   0.12
XYZ42.168520.610759.5133
Yxy20.61070.34480.1685
Hunter Lab45.399086.3500-45.9436
CIE-Lab52.520885.9985-45.3847

#e109cd color RGB value is (225,9,205).

#e109cd hex color red value is 225, green value is 9 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e109cd hue: 0.85 , saturation: 0.92 and the lightness value of e109cd is 0.46.

The process color (four color CMYK) of #e109cd color hex is 0.00, 0.96, 0.09, 0.12. Web safe color of #e109cd is #cc00cc. Color #e109cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001001 11001101
Octal 341 11 315
Decimal 225 9 205
Hex E1 9 CD

RGB Percentages of Color #e109cd

%51.25
%2.05
%46.70

CMYK Percentages of Color #e109cd

%0
%96
%9
%12

Triadic Colors of #e109cd

#e109cd #cde109 #09cde1

Analogous Colors of #e109cd

#e109cd #e10961 #8909e1

Monochromatic Colors of #e109cd

#e109cd

Complementary Color

#e109cd #09e11d

#e109cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e109cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e109cd Color CSS Codes

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

#e109cd Text Font Color

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

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


#e109cd Background Color

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

This div background color is #e109cd


#e109cd Border Color

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

This div border color is #e109cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e109cd


Comments

No comments written yet.

Please login to write comment.