Color Hex Logo

#e701ad Color Hex

#E701AD
(231,1,173)
0 Favorites   0 Comments

Color spaces of #e701ad

RGB 2311173
HSL0.880.990.45
HSV315°100°91°
CMYK 0.001.000.25   0.09
XYZ40.508720.027841.2659
Yxy20.02780.39790.1967
Hunter Lab44.752483.2567-23.3442
CIE-Lab51.868683.7389-27.7202

#e701ad color RGB value is (231,1,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000001 10101101
Octal 347 1 255
Decimal 231 1 173
Hex E7 1 AD

RGB Percentages of Color #e701ad

%57.04
%0.25
%42.72

CMYK Percentages of Color #e701ad

%0
%100
%25
%9

Triadic Colors of #e701ad

#e701ad #ade701 #01ade7

Analogous Colors of #e701ad

#e701ad #e7013a #ae01e7

Monochromatic Colors of #e701ad

#e701ad

Complementary Color

#e701ad #01e73b

#e701ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e701ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e701ad Color CSS Codes

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

#e701ad Text Font Color

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

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


#e701ad Background Color

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

This div background color is #e701ad


#e701ad Border Color

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

This div border color is #e701ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e701ad


Comments

No comments written yet.

Please login to write comment.