Color Hex Logo

#e10ccc Color Hex

#E10CCC
(225,12,204)
0 Favorites   0 Comments

Color spaces of #e10ccc

RGB 22512204
HSL0.850.900.46
HSV306°95°88°
CMYK 0.000.950.09   0.12
XYZ42.081920.630158.8908
Yxy20.63010.34610.1697
Hunter Lab45.420485.8943-45.0795
CIE-Lab52.542385.6446-44.7755

#e10ccc color RGB value is (225,12,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001100 11001100
Octal 341 14 314
Decimal 225 12 204
Hex E1 C CC

RGB Percentages of Color #e10ccc

%51.02
%2.72
%46.26

CMYK Percentages of Color #e10ccc

%0
%95
%9
%12

Triadic Colors of #e10ccc

#e10ccc #cce10c #0ccce1

Analogous Colors of #e10ccc

#e10ccc #e10c61 #8c0ce1

Monochromatic Colors of #e10ccc

#e10ccc

Complementary Color

#e10ccc #0ce121

#e10ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10ccc Color CSS Codes

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

#e10ccc Text Font Color

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

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


#e10ccc Background Color

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

This div background color is #e10ccc


#e10ccc Border Color

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

This div border color is #e10ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10ccc


Comments

No comments written yet.

Please login to write comment.