Color Hex Logo

#e761ad Color Hex

#E761AD
(231,97,173)
0 Favorites   0 Comments

Color spaces of #e761ad

RGB 23197173
HSL0.910.740.64
HSV326°58°91°
CMYK 0.000.580.25   0.09
XYZ44.772528.555442.6871
Yxy28.55540.38590.2461
Hunter Lab53.437356.0414-9.9564
CIE-Lab60.387259.7848-14.6758

#e761ad color RGB value is (231,97,173).

#e761ad hex color red value is 231, green value is 97 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e761ad hue: 0.91 , saturation: 0.74 and the lightness value of e761ad is 0.64.

The process color (four color CMYK) of #e761ad color hex is 0.00, 0.58, 0.25, 0.09. Web safe color of #e761ad is #ff6699. Color #e761ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100001 10101101
Octal 347 141 255
Decimal 231 97 173
Hex E7 61 AD

RGB Percentages of Color #e761ad

%46.11
%19.36
%34.53

CMYK Percentages of Color #e761ad

%0
%58
%25
%9

Triadic Colors of #e761ad

#e761ad #ade761 #61ade7

Analogous Colors of #e761ad

#e761ad #e7616a #de61e7

Monochromatic Colors of #e761ad

#e761ad

Complementary Color

#e761ad #61e79b

#e761ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e761ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e761ad Color CSS Codes

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

#e761ad Text Font Color

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

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


#e761ad Background Color

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

This div background color is #e761ad


#e761ad Border Color

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

This div border color is #e761ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e761ad

#e761ad Color Palettes


Comments

No comments written yet.

Please login to write comment.