Color Hex Logo

#eb197a Color Hex

#EB197A
(235,25,122)
0 Favorites   0 Comments

Color spaces of #eb197a

RGB 23525122
HSL0.920.840.51
HSV332°89°92°
CMYK 0.000.890.48   0.08
XYZ38.121419.762620.2177
Yxy19.76260.48810.2530
Hunter Lab44.455175.27174.1542
CIE-Lab51.567777.49402.3957

#eb197a color RGB value is (235,25,122).

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

The process color (four color CMYK) of #eb197a color hex is 0.00, 0.89, 0.48, 0.08. Web safe color of #eb197a is #ff0066. Color #eb197a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011001 01111010
Octal 353 31 172
Decimal 235 25 122
Hex EB 19 7A

RGB Percentages of Color #eb197a

%61.52
%6.54
%31.94

CMYK Percentages of Color #eb197a

%0
%89
%48
%8

Triadic Colors of #eb197a

#eb197a #7aeb19 #197aeb

Analogous Colors of #eb197a

#eb197a #eb2119 #eb19e3

Monochromatic Colors of #eb197a

#eb197a

Complementary Color

#eb197a #19eb8a

#eb197a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb197a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb197a Color CSS Codes

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

#eb197a Text Font Color

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

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


#eb197a Background Color

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

This div background color is #eb197a


#eb197a Border Color

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

This div border color is #eb197a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb197a


Comments

No comments written yet.

Please login to write comment.