Color Hex Logo

#eb93dc Color Hex

#EB93DC
(235,147,220)
0 Favorites   0 Comments

Color spaces of #eb93dc

RGB 235147220
HSL0.860.690.75
HSV310°37°92°
CMYK 0.000.370.06   0.08
XYZ57.612943.696973.1080
Yxy43.69690.33030.2505
Hunter Lab66.103639.8911-19.2999
CIE-Lab72.025443.7327-23.3638

#eb93dc color RGB value is (235,147,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010011 11011100
Octal 353 223 334
Decimal 235 147 220
Hex EB 93 DC

RGB Percentages of Color #eb93dc

%39.04
%24.42
%36.54

CMYK Percentages of Color #eb93dc

%0
%37
%6
%8

Triadic Colors of #eb93dc

#eb93dc #dceb93 #93dceb

Analogous Colors of #eb93dc

#eb93dc #eb93b0 #ce93eb

Monochromatic Colors of #eb93dc

#eb93dc

Complementary Color

#eb93dc #93eba2

#eb93dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb93dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb93dc Color CSS Codes

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

#eb93dc Text Font Color

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

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


#eb93dc Background Color

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

This div background color is #eb93dc


#eb93dc Border Color

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

This div border color is #eb93dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb93dc


Comments

No comments written yet.

Please login to write comment.