Color Hex Logo

#eb095d Color Hex

#EB095D
(235,9,93)
0 Favorites   0 Comments

Color spaces of #eb095d

RGB 235993
HSL0.940.930.48
HSV338°96°92°
CMYK 0.000.960.60   0.08
XYZ36.334418.647912.0403
Yxy18.64790.54210.2782
Hunter Lab43.183274.619513.6971
CIE-Lab50.272777.222018.2667

#eb095d color RGB value is (235,9,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00001001 01011101
Octal 353 11 135
Decimal 235 9 93
Hex EB 9 5D

RGB Percentages of Color #eb095d

%69.73
%2.67
%27.60

CMYK Percentages of Color #eb095d

%0
%96
%60
%8

Triadic Colors of #eb095d

#eb095d #5deb09 #095deb

Analogous Colors of #eb095d

#eb095d #eb2609 #eb09ce

Monochromatic Colors of #eb095d

#eb095d

Complementary Color

#eb095d #09eb97

#eb095d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb095d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb095d Color CSS Codes

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

#eb095d Text Font Color

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

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


#eb095d Background Color

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

This div background color is #eb095d


#eb095d Border Color

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

This div border color is #eb095d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb095d


Comments

No comments written yet.

Please login to write comment.