Color Hex Logo

#e10ccd Color Hex

#E10CCD
(225,12,205)
0 Favorites   0 Comments

Color spaces of #e10ccd

RGB 22512205
HSL0.850.900.46
HSV306°95°88°
CMYK 0.000.950.09   0.12
XYZ42.202320.678359.5246
Yxy20.67830.34480.1689
Hunter Lab45.473486.0813-45.7791
CIE-Lab52.595685.7778-45.2660

#e10ccd color RGB value is (225,12,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001100 11001101
Octal 341 14 315
Decimal 225 12 205
Hex E1 C CD

RGB Percentages of Color #e10ccd

%50.90
%2.71
%46.38

CMYK Percentages of Color #e10ccd

%0
%95
%9
%12

Triadic Colors of #e10ccd

#e10ccd #cde10c #0ccde1

Analogous Colors of #e10ccd

#e10ccd #e10c62 #8b0ce1

Monochromatic Colors of #e10ccd

#e10ccd

Complementary Color

#e10ccd #0ce120

#e10ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10ccd Color CSS Codes

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

#e10ccd Text Font Color

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

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


#e10ccd Background Color

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

This div background color is #e10ccd


#e10ccd Border Color

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

This div border color is #e10ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10ccd


Comments

No comments written yet.

Please login to write comment.