Color Hex Logo

#e107cd Color Hex

#E107CD
(225,7,205)
0 Favorites   0 Comments

Color spaces of #e107cd

RGB 2257205
HSL0.850.940.45
HSV306°97°88°
CMYK 0.000.970.09   0.12
XYZ42.146820.567359.5061
Yxy20.56730.34480.1683
Hunter Lab45.351286.5231-46.0496
CIE-Lab52.472686.1405-45.4611

#e107cd color RGB value is (225,7,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000111 11001101
Octal 341 7 315
Decimal 225 7 205
Hex E1 7 CD

RGB Percentages of Color #e107cd

%51.49
%1.60
%46.91

CMYK Percentages of Color #e107cd

%0
%97
%9
%12

Triadic Colors of #e107cd

#e107cd #cde107 #07cde1

Analogous Colors of #e107cd

#e107cd #e10760 #8807e1

Monochromatic Colors of #e107cd

#e107cd

Complementary Color

#e107cd #07e11b

#e107cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e107cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e107cd Color CSS Codes

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

#e107cd Text Font Color

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

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


#e107cd Background Color

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

This div background color is #e107cd


#e107cd Border Color

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

This div border color is #e107cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e107cd


Comments

No comments written yet.

Please login to write comment.