Color Hex Logo

#eb97cb Color Hex

#EB97CB
(235,151,203)
0 Favorites   0 Comments

Color spaces of #eb97cb

RGB 235151203
HSL0.900.680.76
HSV323°36°92°
CMYK 0.000.360.14   0.08
XYZ56.107144.107262.0563
Yxy44.10720.34580.2718
Hunter Lab66.413334.5768-8.9111
CIE-Lab72.300138.8297-13.5791

#eb97cb color RGB value is (235,151,203).

#eb97cb hex color red value is 235, green value is 151 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #eb97cb hue: 0.90 , saturation: 0.68 and the lightness value of eb97cb is 0.76.

The process color (four color CMYK) of #eb97cb color hex is 0.00, 0.36, 0.14, 0.08. Web safe color of #eb97cb is #ff99cc. Color #eb97cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010111 11001011
Octal 353 227 313
Decimal 235 151 203
Hex EB 97 CB

RGB Percentages of Color #eb97cb

%39.90
%25.64
%34.47

CMYK Percentages of Color #eb97cb

%0
%36
%14
%8

Triadic Colors of #eb97cb

#eb97cb #cbeb97 #97cbeb

Analogous Colors of #eb97cb

#eb97cb #eb97a1 #e197eb

Monochromatic Colors of #eb97cb

#eb97cb

Complementary Color

#eb97cb #97ebb7

#eb97cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb97cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb97cb Color CSS Codes

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

#eb97cb Text Font Color

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

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


#eb97cb Background Color

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

This div background color is #eb97cb


#eb97cb Border Color

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

This div border color is #eb97cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb97cb


Comments

No comments written yet.

Please login to write comment.