Color Hex Logo

#e763ad Color Hex

#E763AD
(231,99,173)
0 Favorites   0 Comments

Color spaces of #e763ad

RGB 23199173
HSL0.910.730.65
HSV326°57°91°
CMYK 0.000.570.25   0.09
XYZ44.959728.929742.7495
Yxy28.92970.38550.2480
Hunter Lab53.786355.0811-9.4734
CIE-Lab60.719558.8939-14.1741

#e763ad color RGB value is (231,99,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100011 10101101
Octal 347 143 255
Decimal 231 99 173
Hex E7 63 AD

RGB Percentages of Color #e763ad

%45.92
%19.68
%34.39

CMYK Percentages of Color #e763ad

%0
%57
%25
%9

Triadic Colors of #e763ad

#e763ad #ade763 #63ade7

Analogous Colors of #e763ad

#e763ad #e7636b #df63e7

Monochromatic Colors of #e763ad

#e763ad

Complementary Color

#e763ad #63e79d

#e763ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e763ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e763ad Color CSS Codes

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

#e763ad Text Font Color

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

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


#e763ad Background Color

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

This div background color is #e763ad


#e763ad Border Color

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

This div border color is #e763ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e763ad


Comments

No comments written yet.

Please login to write comment.