Color Hex Logo

#eb98cc Color Hex

#EB98CC
(235,152,204)
0 Favorites   0 Comments

Color spaces of #eb98cc

RGB 235152204
HSL0.900.670.76
HSV322°35°92°
CMYK 0.000.350.13   0.08
XYZ56.388344.478362.7399
Yxy44.47830.34470.2719
Hunter Lab66.692134.2111-9.0921
CIE-Lab72.547038.4648-13.7600

#eb98cc color RGB value is (235,152,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011000 11001100
Octal 353 230 314
Decimal 235 152 204
Hex EB 98 CC

RGB Percentages of Color #eb98cc

%39.76
%25.72
%34.52

CMYK Percentages of Color #eb98cc

%0
%35
%13
%8

Triadic Colors of #eb98cc

#eb98cc #cceb98 #98cceb

Analogous Colors of #eb98cc

#eb98cc #eb98a3 #e198eb

Monochromatic Colors of #eb98cc

#eb98cc

Complementary Color

#eb98cc #98ebb7

#eb98cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb98cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb98cc Color CSS Codes

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

#eb98cc Text Font Color

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

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


#eb98cc Background Color

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

This div background color is #eb98cc


#eb98cc Border Color

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

This div border color is #eb98cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb98cc


Comments

No comments written yet.

Please login to write comment.