Color Hex Logo

#eb5d95 Color Hex

#EB5D95
(235,93,149)
0 Favorites   0 Comments

Color spaces of #eb5d95

RGB 23593149
HSL0.930.780.64
HSV336°60°92°
CMYK 0.000.600.37   0.08
XYZ43.600127.660831.4749
Yxy27.66080.42440.2692
Hunter Lab52.593555.93801.3330
CIE-Lab59.581059.8338-1.9284

#eb5d95 color RGB value is (235,93,149).

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

The process color (four color CMYK) of #eb5d95 color hex is 0.00, 0.60, 0.37, 0.08. Web safe color of #eb5d95 is #ff6699. Color #eb5d95 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011101 10010101
Octal 353 135 225
Decimal 235 93 149
Hex EB 5D 95

RGB Percentages of Color #eb5d95

%49.27
%19.50
%31.24

CMYK Percentages of Color #eb5d95

%0
%60
%37
%8

Triadic Colors of #eb5d95

#eb5d95 #95eb5d #5d95eb

Analogous Colors of #eb5d95

#eb5d95 #eb6c5d #eb5ddc

Monochromatic Colors of #eb5d95

#eb5d95

Complementary Color

#eb5d95 #5debb3

#eb5d95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5d95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5d95 Color CSS Codes

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

#eb5d95 Text Font Color

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

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


#eb5d95 Background Color

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

This div background color is #eb5d95


#eb5d95 Border Color

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

This div border color is #eb5d95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5d95


Comments

No comments written yet.

Please login to write comment.