Color Hex Logo

#eb91dc Color Hex

#EB91DC
(235,145,220)
0 Favorites   0 Comments

Color spaces of #eb91dc

RGB 235145220
HSL0.860.690.75
HSV310°38°92°
CMYK 0.000.380.06   0.08
XYZ57.304643.080373.0052
Yxy43.08030.33050.2485
Hunter Lab65.635640.9811-20.0022
CIE-Lab71.609444.7697-23.9989

#eb91dc color RGB value is (235,145,220).

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

The process color (four color CMYK) of #eb91dc color hex is 0.00, 0.38, 0.06, 0.08. Web safe color of #eb91dc is #ff99cc. Color #eb91dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010001 11011100
Octal 353 221 334
Decimal 235 145 220
Hex EB 91 DC

RGB Percentages of Color #eb91dc

%39.17
%24.17
%36.67

CMYK Percentages of Color #eb91dc

%0
%38
%6
%8

Triadic Colors of #eb91dc

#eb91dc #dceb91 #91dceb

Analogous Colors of #eb91dc

#eb91dc #eb91af #cd91eb

Monochromatic Colors of #eb91dc

#eb91dc

Complementary Color

#eb91dc #91eba0

#eb91dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb91dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb91dc Color CSS Codes

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

#eb91dc Text Font Color

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

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


#eb91dc Background Color

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

This div background color is #eb91dc


#eb91dc Border Color

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

This div border color is #eb91dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,145,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eb91dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb91dc


Comments

No comments written yet.

Please login to write comment.