Color Hex Logo

#eb9dc0 Color Hex

#EB9DC0
(235,157,192)
0 Favorites   0 Comments

Color spaces of #eb9dc0

RGB 235157192
HSL0.930.660.77
HSV333°33°92°
CMYK 0.000.330.18   0.08
XYZ55.832345.581955.7247
Yxy45.58190.35530.2901
Hunter Lab67.514429.4638-1.6764
CIE-Lab73.273433.9485-6.0579

#eb9dc0 color RGB value is (235,157,192).

#eb9dc0 hex color red value is 235, green value is 157 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #eb9dc0 hue: 0.93 , saturation: 0.66 and the lightness value of eb9dc0 is 0.77.

The process color (four color CMYK) of #eb9dc0 color hex is 0.00, 0.33, 0.18, 0.08. Web safe color of #eb9dc0 is #ff99cc. Color #eb9dc0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011101 11000000
Octal 353 235 300
Decimal 235 157 192
Hex EB 9D C0

RGB Percentages of Color #eb9dc0

%40.24
%26.88
%32.88

CMYK Percentages of Color #eb9dc0

%0
%33
%18
%8

Triadic Colors of #eb9dc0

#eb9dc0 #c0eb9d #9dc0eb

Analogous Colors of #eb9dc0

#eb9dc0 #eba19d #eb9de7

Monochromatic Colors of #eb9dc0

#eb9dc0

Complementary Color

#eb9dc0 #9debc8

#eb9dc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb9dc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb9dc0 Color CSS Codes

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

#eb9dc0 Text Font Color

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

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


#eb9dc0 Background Color

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

This div background color is #eb9dc0


#eb9dc0 Border Color

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

This div border color is #eb9dc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb9dc0


Comments

No comments written yet.

Please login to write comment.