Color Hex Logo

#eb197b Color Hex

#EB197B
(235,25,123)
0 Favorites   0 Comments

Color spaces of #eb197b

RGB 23525123
HSL0.920.840.51
HSV332°89°92°
CMYK 0.000.890.48   0.08
XYZ38.183719.787520.5458
Yxy19.78750.48630.2520
Hunter Lab44.483175.37643.7534
CIE-Lab51.596177.57251.8307

#eb197b color RGB value is (235,25,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011001 01111011
Octal 353 31 173
Decimal 235 25 123
Hex EB 19 7B

RGB Percentages of Color #eb197b

%61.36
%6.53
%32.11

CMYK Percentages of Color #eb197b

%0
%89
%48
%8

Triadic Colors of #eb197b

#eb197b #7beb19 #197beb

Analogous Colors of #eb197b

#eb197b #eb2019 #eb19e4

Monochromatic Colors of #eb197b

#eb197b

Complementary Color

#eb197b #19eb89

#eb197b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb197b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb197b Color CSS Codes

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

#eb197b Text Font Color

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

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


#eb197b Background Color

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

This div background color is #eb197b


#eb197b Border Color

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

This div border color is #eb197b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb197b


Comments

No comments written yet.

Please login to write comment.