color codes Logo

#e70db7 color codes

#E70DB7
(231,13,183)
0 Favorites   0 Comments

Color spaces of #e70db7

RGB 23113183
HSL0.870.890.48
HSV313°94°91°
CMYK 0.000.940.21   0.09
XYZ41.646220.695746.5994
Yxy20.69570.38230.1900
Hunter Lab45.492583.7962-28.8878
CIE-Lab52.614884.0120-32.4183

#e70db7 color RGB value is (231,13,183).

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

The process color (four color CMYK) of #e70db7 color code is 0.00, 0.94, 0.21, 0.09. Web safe color of #e70db7 is #ff00cc. Color #e70db7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001101 10110111
Octal 347 15 267
Decimal 231 13 183
Hex E7 D B7

RGB Percentages of Color #e70db7

%54.10
%3.04
%42.86

CMYK Percentages of Color #e70db7

%0
%94
%21
%9

Triadic Colors of #e70db7

#e70db7 #b7e70d #0db7e7

Analogous Colors of #e70db7

#e70db7 #e70d4a #aa0de7

Monochromatic Colors of #e70db7

#e70db7

Complementary Color

#e70db7 #0de73d

#e70db7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70db7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70db7 Color CSS Codes

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

#e70db7 Text Font Color

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

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


#e70db7 Background Color

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

This div background color is #e70db7


#e70db7 Border Color

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

This div border color is #e70db7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70db7


Comments

No comments written yet.

Please login to write comment.