Color Hex Logo

#e705ad Color Hex

#E705AD
(231,5,173)
0 Favorites   0 Comments

Color spaces of #e705ad

RGB 2315173
HSL0.880.960.46
HSV315°98°91°
CMYK 0.000.980.25   0.09
XYZ40.552120.114641.2803
Yxy20.11460.39780.1973
Hunter Lab44.849382.9109-23.1773
CIE-Lab51.966583.4512-27.5682

#e705ad color RGB value is (231,5,173).

#e705ad hex color red value is 231, green value is 5 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e705ad hue: 0.88 , saturation: 0.96 and the lightness value of e705ad is 0.46.

The process color (four color CMYK) of #e705ad color hex is 0.00, 0.98, 0.25, 0.09. Web safe color of #e705ad is #ff0099. Color #e705ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000101 10101101
Octal 347 5 255
Decimal 231 5 173
Hex E7 5 AD

RGB Percentages of Color #e705ad

%56.48
%1.22
%42.30

CMYK Percentages of Color #e705ad

%0
%98
%25
%9

Triadic Colors of #e705ad

#e705ad #ade705 #05ade7

Analogous Colors of #e705ad

#e705ad #e7053c #b005e7

Monochromatic Colors of #e705ad

#e705ad

Complementary Color

#e705ad #05e73f

#e705ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e705ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e705ad Color CSS Codes

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

#e705ad Text Font Color

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

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


#e705ad Background Color

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

This div background color is #e705ad


#e705ad Border Color

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

This div border color is #e705ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e705ad


Comments

No comments written yet.

Please login to write comment.