Color Hex Logo

#eb199d Color Hex

#EB199D
(235,25,157)
0 Favorites   0 Comments

Color spaces of #eb199d

RGB 23525157
HSL0.900.840.51
HSV322°89°92°
CMYK 0.000.890.33   0.08
XYZ40.694420.791833.7667
Yxy20.79180.42720.2183
Hunter Lab45.598079.5075-11.9874
CIE-Lab52.720980.6395-16.8911

#eb199d color RGB value is (235,25,157).

#eb199d hex color red value is 235, green value is 25 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #eb199d hue: 0.90 , saturation: 0.84 and the lightness value of eb199d is 0.51.

The process color (four color CMYK) of #eb199d color hex is 0.00, 0.89, 0.33, 0.08. Web safe color of #eb199d is #ff0099. Color #eb199d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011001 10011101
Octal 353 31 235
Decimal 235 25 157
Hex EB 19 9D

RGB Percentages of Color #eb199d

%56.35
%6.00
%37.65

CMYK Percentages of Color #eb199d

%0
%89
%33
%8

Triadic Colors of #eb199d

#eb199d #9deb19 #199deb

Analogous Colors of #eb199d

#eb199d #eb1934 #d019eb

Monochromatic Colors of #eb199d

#eb199d

Complementary Color

#eb199d #19eb67

#eb199d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb199d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb199d Color CSS Codes

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

#eb199d Text Font Color

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

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


#eb199d Background Color

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

This div background color is #eb199d


#eb199d Border Color

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

This div border color is #eb199d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb199d


Comments

No comments written yet.

Please login to write comment.