Color Hex Logo

#e708ba Color Hex

#E708BA
(231,8,186)
0 Favorites   0 Comments

Color spaces of #e708ba

RGB 2318186
HSL0.870.930.47
HSV312°97°91°
CMYK 0.000.970.19   0.09
XYZ41.904820.707848.2427
Yxy20.70780.37800.1868
Hunter Lab45.505884.7395-31.0018
CIE-Lab52.628284.7388-34.1465

#e708ba color RGB value is (231,8,186).

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

The process color (four color CMYK) of #e708ba color hex is 0.00, 0.97, 0.19, 0.09. Web safe color of #e708ba is #ff00cc. Color #e708ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001000 10111010
Octal 347 10 272
Decimal 231 8 186
Hex E7 8 BA

RGB Percentages of Color #e708ba

%54.35
%1.88
%43.76

CMYK Percentages of Color #e708ba

%0
%97
%19
%9

Triadic Colors of #e708ba

#e708ba #bae708 #08bae7

Analogous Colors of #e708ba

#e708ba #e7084b #a508e7

Monochromatic Colors of #e708ba

#e708ba

Complementary Color

#e708ba #08e735

#e708ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e708ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e708ba Color CSS Codes

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

#e708ba Text Font Color

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

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


#e708ba Background Color

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

This div background color is #e708ba


#e708ba Border Color

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

This div border color is #e708ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e708ba


Comments

No comments written yet.

Please login to write comment.