Color Hex Logo

#eb91ad Color Hex

#EB91AD
(235,145,173)
0 Favorites   0 Comments

Color spaces of #eb91ad

RGB 235145173
HSL0.950.690.75
HSV341°38°92°
CMYK 0.000.380.26   0.08
XYZ51.929240.930144.6985
Yxy40.93010.37750.2975
Hunter Lab63.976632.92763.3596
CIE-Lab70.126937.5164-0.1471

#eb91ad color RGB value is (235,145,173).

#eb91ad hex color red value is 235, green value is 145 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #eb91ad hue: 0.95 , saturation: 0.69 and the lightness value of eb91ad is 0.75.

The process color (four color CMYK) of #eb91ad color hex is 0.00, 0.38, 0.26, 0.08. Web safe color of #eb91ad is #ff9999. Color #eb91ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010001 10101101
Octal 353 221 255
Decimal 235 145 173
Hex EB 91 AD

RGB Percentages of Color #eb91ad

%42.50
%26.22
%31.28

CMYK Percentages of Color #eb91ad

%0
%38
%26
%8

Triadic Colors of #eb91ad

#eb91ad #adeb91 #91adeb

Analogous Colors of #eb91ad

#eb91ad #eba291 #eb91da

Monochromatic Colors of #eb91ad

#eb91ad

Complementary Color

#eb91ad #91ebcf

#eb91ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb91ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb91ad Color CSS Codes

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

#eb91ad Text Font Color

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

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


#eb91ad Background Color

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

This div background color is #eb91ad


#eb91ad Border Color

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

This div border color is #eb91ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb91ad


Comments

No comments written yet.

Please login to write comment.