Color Hex Logo

#e767ad Color Hex

#E767AD
(231,103,173)
0 Favorites   0 Comments

Color spaces of #e767ad

RGB 231103173
HSL0.910.730.65
HSV327°55°91°
CMYK 0.000.550.25   0.09
XYZ45.348129.706642.8790
Yxy29.70660.38450.2519
Hunter Lab54.503853.1336-8.4918
CIE-Lab61.400257.0784-13.1482

#e767ad color RGB value is (231,103,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100111 10101101
Octal 347 147 255
Decimal 231 103 173
Hex E7 67 AD

RGB Percentages of Color #e767ad

%45.56
%20.32
%34.12

CMYK Percentages of Color #e767ad

%0
%55
%25
%9

Triadic Colors of #e767ad

#e767ad #ade767 #67ade7

Analogous Colors of #e767ad

#e767ad #e7676d #e167e7

Monochromatic Colors of #e767ad

#e767ad

Complementary Color

#e767ad #67e7a1

#e767ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e767ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e767ad Color CSS Codes

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

#e767ad Text Font Color

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

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


#e767ad Background Color

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

This div background color is #e767ad


#e767ad Border Color

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

This div border color is #e767ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e767ad


Comments

No comments written yet.

Please login to write comment.