Color Hex Logo

#eb5a82 Color Hex

#EB5A82
(235,90,130)
0 Favorites   0 Comments

Color spaces of #eb5a82

RGB 23590130
HSL0.950.780.64
HSV343°62°92°
CMYK 0.000.620.45   0.08
XYZ41.946426.586224.0399
Yxy26.58620.45310.2872
Hunter Lab51.561854.97968.4502
CIE-Lab58.589359.17027.7224

#eb5a82 color RGB value is (235,90,130).

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

The process color (four color CMYK) of #eb5a82 color hex is 0.00, 0.62, 0.45, 0.08. Web safe color of #eb5a82 is #ff6699. Color #eb5a82 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011010 10000010
Octal 353 132 202
Decimal 235 90 130
Hex EB 5A 82

RGB Percentages of Color #eb5a82

%51.65
%19.78
%28.57

CMYK Percentages of Color #eb5a82

%0
%62
%45
%8

Triadic Colors of #eb5a82

#eb5a82 #82eb5a #5a82eb

Analogous Colors of #eb5a82

#eb5a82 #eb7b5a #eb5acb

Monochromatic Colors of #eb5a82

#eb5a82

Complementary Color

#eb5a82 #5aebc3

#eb5a82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5a82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5a82 Color CSS Codes

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

#eb5a82 Text Font Color

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

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


#eb5a82 Background Color

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

This div background color is #eb5a82


#eb5a82 Border Color

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

This div border color is #eb5a82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5a82


Comments

No comments written yet.

Please login to write comment.