Color Hex Logo

#eb198f Color Hex

#EB198F
(235,25,143)
0 Favorites   0 Comments

Color spaces of #eb198f

RGB 23525143
HSL0.910.840.51
HSV326°89°92°
CMYK 0.000.890.39   0.08
XYZ39.566520.340627.8273
Yxy20.34060.45100.2318
Hunter Lab45.100677.6712-5.0119
CIE-Lab52.220179.2836-9.3001

#eb198f color RGB value is (235,25,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011001 10001111
Octal 353 31 217
Decimal 235 25 143
Hex EB 19 8F

RGB Percentages of Color #eb198f

%58.31
%6.20
%35.48

CMYK Percentages of Color #eb198f

%0
%89
%39
%8

Triadic Colors of #eb198f

#eb198f #8feb19 #198feb

Analogous Colors of #eb198f

#eb198f #eb1926 #de19eb

Monochromatic Colors of #eb198f

#eb198f

Complementary Color

#eb198f #19eb75

#eb198f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb198f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb198f Color CSS Codes

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

#eb198f Text Font Color

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

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


#eb198f Background Color

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

This div background color is #eb198f


#eb198f Border Color

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

This div border color is #eb198f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb198f


Comments

No comments written yet.

Please login to write comment.