Color Hex Logo

#e70ddd Color Hex

#E70DDD
(231,13,221)
0 Favorites   0 Comments

Color spaces of #e70ddd

RGB 23113221
HSL0.840.890.48
HSV303°94°91°
CMYK 0.000.940.04   0.09
XYZ46.150122.497270.3166
Yxy22.49720.33210.1619
Hunter Lab47.431290.6741-54.6954
CIE-Lab54.550688.8924-51.2348

#e70ddd color RGB value is (231,13,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001101 11011101
Octal 347 15 335
Decimal 231 13 221
Hex E7 D DD

RGB Percentages of Color #e70ddd

%49.68
%2.80
%47.53

CMYK Percentages of Color #e70ddd

%0
%94
%4
%9

Triadic Colors of #e70ddd

#e70ddd #dde70d #0ddde7

Analogous Colors of #e70ddd

#e70ddd #e70d70 #840de7

Monochromatic Colors of #e70ddd

#e70ddd

Complementary Color

#e70ddd #0de717

#e70ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70ddd Color CSS Codes

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

#e70ddd Text Font Color

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

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


#e70ddd Background Color

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

This div background color is #e70ddd


#e70ddd Border Color

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

This div border color is #e70ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70ddd


Comments

No comments written yet.

Please login to write comment.