Color Hex Logo

#e107cc Color Hex

#E107CC
(225,7,204)
0 Favorites   0 Comments

Color spaces of #e107cc

RGB 2257204
HSL0.850.940.45
HSV306°97°88°
CMYK 0.000.970.09   0.12
XYZ42.026420.519158.8723
Yxy20.51910.34610.1690
Hunter Lab45.298086.3365-45.3486
CIE-Lab52.419186.0078-44.9707

#e107cc color RGB value is (225,7,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000111 11001100
Octal 341 7 314
Decimal 225 7 204
Hex E1 7 CC

RGB Percentages of Color #e107cc

%51.61
%1.61
%46.79

CMYK Percentages of Color #e107cc

%0
%97
%9
%12

Triadic Colors of #e107cc

#e107cc #cce107 #07cce1

Analogous Colors of #e107cc

#e107cc #e1075f #8907e1

Monochromatic Colors of #e107cc

#e107cc

Complementary Color

#e107cc #07e11c

#e107cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e107cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e107cc Color CSS Codes

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

#e107cc Text Font Color

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

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


#e107cc Background Color

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

This div background color is #e107cc


#e107cc Border Color

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

This div border color is #e107cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,7,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e107cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e107cc


Comments

No comments written yet.

Please login to write comment.