Color Hex Logo

#eb99ca Color Hex

#EB99CA
(235,153,202)
0 Favorites   0 Comments

Color spaces of #eb99ca

RGB 235153202
HSL0.900.670.76
HSV324°35°92°
CMYK 0.000.350.14   0.08
XYZ56.312944.708961.5388
Yxy44.70890.34640.2750
Hunter Lab66.864733.3179-7.7621
CIE-Lab72.699837.6190-12.4277

#eb99ca color RGB value is (235,153,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011001 11001010
Octal 353 231 312
Decimal 235 153 202
Hex EB 99 CA

RGB Percentages of Color #eb99ca

%39.83
%25.93
%34.24

CMYK Percentages of Color #eb99ca

%0
%35
%14
%8

Triadic Colors of #eb99ca

#eb99ca #caeb99 #99caeb

Analogous Colors of #eb99ca

#eb99ca #eb99a1 #e399eb

Monochromatic Colors of #eb99ca

#eb99ca

Complementary Color

#eb99ca #99ebba

#eb99ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb99ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb99ca Color CSS Codes

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

#eb99ca Text Font Color

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

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


#eb99ca Background Color

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

This div background color is #eb99ca


#eb99ca Border Color

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

This div border color is #eb99ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb99ca


Comments

No comments written yet.

Please login to write comment.