Color Hex Logo

#eb097d Color Hex

#EB097D
(235,9,125)
0 Favorites   0 Comments

Color spaces of #eb097d

RGB 2359125
HSL0.910.930.48
HSV329°96°92°
CMYK 0.000.960.47   0.08
XYZ38.060319.338221.1287
Yxy19.33820.48470.2463
Hunter Lab43.975277.53412.2957
CIE-Lab51.080679.3968-0.1329

#eb097d color RGB value is (235,9,125).

#eb097d hex color red value is 235, green value is 9 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #eb097d hue: 0.91 , saturation: 0.93 and the lightness value of eb097d is 0.48.

The process color (four color CMYK) of #eb097d color hex is 0.00, 0.96, 0.47, 0.08. Web safe color of #eb097d is #ff0066. Color #eb097d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00001001 01111101
Octal 353 11 175
Decimal 235 9 125
Hex EB 9 7D

RGB Percentages of Color #eb097d

%63.69
%2.44
%33.88

CMYK Percentages of Color #eb097d

%0
%96
%47
%8

Triadic Colors of #eb097d

#eb097d #7deb09 #097deb

Analogous Colors of #eb097d

#eb097d #eb090c #e809eb

Monochromatic Colors of #eb097d

#eb097d

Complementary Color

#eb097d #09eb77

#eb097d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb097d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb097d Color CSS Codes

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

#eb097d Text Font Color

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

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


#eb097d Background Color

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

This div background color is #eb097d


#eb097d Border Color

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

This div border color is #eb097d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb097d


Comments

No comments written yet.

Please login to write comment.