Color Hex Logo

#e70888 Color Hex

#E70888
(231,8,136)
0 Favorites   0 Comments

Color spaces of #e70888

RGB 2318136
HSL0.900.930.47
HSV326°97°91°
CMYK 0.000.970.41   0.09
XYZ37.485818.940224.9726
Yxy18.94020.46050.2327
Hunter Lab43.520377.5886-3.5572
CIE-Lab50.617279.5305-7.5662

#e70888 color RGB value is (231,8,136).

#e70888 hex color red value is 231, green value is 8 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #e70888 hue: 0.90 , saturation: 0.93 and the lightness value of e70888 is 0.47.

The process color (four color CMYK) of #e70888 color hex is 0.00, 0.97, 0.41, 0.09. Web safe color of #e70888 is #ff0099. Color #e70888 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001000 10001000
Octal 347 10 210
Decimal 231 8 136
Hex E7 8 88

RGB Percentages of Color #e70888

%61.60
%2.13
%36.27

CMYK Percentages of Color #e70888

%0
%97
%41
%9

Triadic Colors of #e70888

#e70888 #88e708 #0888e7

Analogous Colors of #e70888

#e70888 #e70818 #d708e7

Monochromatic Colors of #e70888

#e70888

Complementary Color

#e70888 #08e767

#e70888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70888 Color CSS Codes

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

#e70888 Text Font Color

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

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


#e70888 Background Color

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

This div background color is #e70888


#e70888 Border Color

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

This div border color is #e70888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70888


Comments

No comments written yet.

Please login to write comment.