Color Hex Logo

#e70dcd Color Hex

#E70DCD
(231,13,205)
0 Favorites   0 Comments

Color spaces of #e70dcd

RGB 23113205
HSL0.850.890.48
HSV307°94°91°
CMYK 0.000.940.11   0.09
XYZ44.118421.684559.6178
Yxy21.68450.35180.1729
Hunter Lab46.566687.6239-43.3105
CIE-Lab53.690686.7455-43.4633

#e70dcd color RGB value is (231,13,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001101 11001101
Octal 347 15 315
Decimal 231 13 205
Hex E7 D CD

RGB Percentages of Color #e70dcd

%51.45
%2.90
%45.66

CMYK Percentages of Color #e70dcd

%0
%94
%11
%9

Triadic Colors of #e70dcd

#e70dcd #cde70d #0dcde7

Analogous Colors of #e70dcd

#e70dcd #e70d60 #940de7

Monochromatic Colors of #e70dcd

#e70dcd

Complementary Color

#e70dcd #0de727

#e70dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70dcd Color CSS Codes

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

#e70dcd Text Font Color

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

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


#e70dcd Background Color

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

This div background color is #e70dcd


#e70dcd Border Color

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

This div border color is #e70dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70dcd


Comments

No comments written yet.

Please login to write comment.