Color Hex Logo

#eb99cb Color Hex

#EB99CB
(235,153,203)
0 Favorites   0 Comments

Color spaces of #eb99cb

RGB 235153203
HSL0.900.670.76
HSV323°35°92°
CMYK 0.000.350.14   0.08
XYZ56.431744.756462.1645
Yxy44.75640.34550.2740
Hunter Lab66.900233.4930-8.2628
CIE-Lab72.731237.7787-12.9321

#eb99cb color RGB value is (235,153,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011001 11001011
Octal 353 231 313
Decimal 235 153 203
Hex EB 99 CB

RGB Percentages of Color #eb99cb

%39.76
%25.89
%34.35

CMYK Percentages of Color #eb99cb

%0
%35
%14
%8

Triadic Colors of #eb99cb

#eb99cb #cbeb99 #99cbeb

Analogous Colors of #eb99cb

#eb99cb #eb99a2 #e299eb

Monochromatic Colors of #eb99cb

#eb99cb

Complementary Color

#eb99cb #99ebb9

#eb99cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb99cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb99cb Color CSS Codes

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

#eb99cb Text Font Color

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

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


#eb99cb Background Color

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

This div background color is #eb99cb


#eb99cb Border Color

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

This div border color is #eb99cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb99cb


Comments

No comments written yet.

Please login to write comment.