Color Hex Logo

#eb815a Color Hex

#EB815A
(235,129,90)
0 Favorites   0 Comments

Color spaces of #eb815a

RGB 23512990
HSL0.040.780.64
HSV16°62°92°
CMYK 0.000.450.62   0.08
XYZ43.956734.100913.9382
Yxy34.10090.47780.3707
Hunter Lab58.396032.170326.7256
CIE-Lab65.042637.341238.9321

#eb815a color RGB value is (235,129,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000001 01011010
Octal 353 201 132
Decimal 235 129 90
Hex EB 81 5A

RGB Percentages of Color #eb815a

%51.76
%28.41
%19.82

CMYK Percentages of Color #eb815a

%0
%45
%62
%8

Triadic Colors of #eb815a

#eb815a #5aeb81 #815aeb

Analogous Colors of #eb815a

#eb815a #ebca5a #eb5a7c

Monochromatic Colors of #eb815a

#eb815a

Complementary Color

#eb815a #5ac4eb

#eb815a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb815a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb815a Color CSS Codes

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

#eb815a Text Font Color

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

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


#eb815a Background Color

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

This div background color is #eb815a


#eb815a Border Color

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

This div border color is #eb815a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb815a


Comments

No comments written yet.

Please login to write comment.