Color Hex Logo

#eb9bcf Color Hex

#EB9BCF
(235,155,207)
0 Favorites   0 Comments

Color spaces of #eb9bcf

RGB 235155207
HSL0.890.670.76
HSV321°34°92°
CMYK 0.000.340.12   0.08
XYZ57.244845.609964.8179
Yxy45.60990.34140.2720
Hunter Lab67.535133.1156-9.6300
CIE-Lab73.291737.3716-14.2936

#eb9bcf color RGB value is (235,155,207).

#eb9bcf hex color red value is 235, green value is 155 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #eb9bcf hue: 0.89 , saturation: 0.67 and the lightness value of eb9bcf is 0.76.

The process color (four color CMYK) of #eb9bcf color hex is 0.00, 0.34, 0.12, 0.08. Web safe color of #eb9bcf is #ff99cc. Color #eb9bcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011011 11001111
Octal 353 233 317
Decimal 235 155 207
Hex EB 9B CF

RGB Percentages of Color #eb9bcf

%39.36
%25.96
%34.67

CMYK Percentages of Color #eb9bcf

%0
%34
%12
%8

Triadic Colors of #eb9bcf

#eb9bcf #cfeb9b #9bcfeb

Analogous Colors of #eb9bcf

#eb9bcf #eb9ba7 #df9beb

Monochromatic Colors of #eb9bcf

#eb9bcf

Complementary Color

#eb9bcf #9bebb7

#eb9bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb9bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb9bcf Color CSS Codes

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

#eb9bcf Text Font Color

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

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


#eb9bcf Background Color

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

This div background color is #eb9bcf


#eb9bcf Border Color

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

This div border color is #eb9bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb9bcf


Comments

No comments written yet.

Please login to write comment.