Color Hex Logo

#e70cdd Color Hex

#E70CDD
(231,12,221)
0 Favorites   0 Comments

Color spaces of #e70cdd

RGB 23112221
HSL0.840.900.48
HSV303°95°91°
CMYK 0.000.950.04   0.09
XYZ46.137622.472370.3125
Yxy22.47230.33210.1618
Hunter Lab47.405090.7692-54.7573
CIE-Lab54.524688.9692-51.2764

#e70cdd color RGB value is (231,12,221).

#e70cdd hex color red value is 231, green value is 12 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e70cdd hue: 0.84 , saturation: 0.90 and the lightness value of e70cdd is 0.48.

The process color (four color CMYK) of #e70cdd color hex is 0.00, 0.95, 0.04, 0.09. Web safe color of #e70cdd is #ff00cc. Color #e70cdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001100 11011101
Octal 347 14 335
Decimal 231 12 221
Hex E7 C DD

RGB Percentages of Color #e70cdd

%49.78
%2.59
%47.63

CMYK Percentages of Color #e70cdd

%0
%95
%4
%9

Triadic Colors of #e70cdd

#e70cdd #dde70c #0cdde7

Analogous Colors of #e70cdd

#e70cdd #e70c70 #840ce7

Monochromatic Colors of #e70cdd

#e70cdd

Complementary Color

#e70cdd #0ce716

#e70cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70cdd Color CSS Codes

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

#e70cdd Text Font Color

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

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


#e70cdd Background Color

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

This div background color is #e70cdd


#e70cdd Border Color

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

This div border color is #e70cdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,12,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70cdd


Comments

No comments written yet.

Please login to write comment.