Color Hex Logo

#eb465a Color Hex

#EB465A
(235,70,90)
0 Favorites   0 Comments

Color spaces of #eb465a

RGB 2357090
HSL0.980.800.60
HSV353°70°92°
CMYK 0.000.700.62   0.08
XYZ38.296622.780712.0515
Yxy22.78070.52370.3115
Hunter Lab47.729159.697718.4398
CIE-Lab54.845763.928726.1215

#eb465a color RGB value is (235,70,90).

#eb465a hex color red value is 235, green value is 70 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #eb465a hue: 0.98 , saturation: 0.80 and the lightness value of eb465a is 0.60.

The process color (four color CMYK) of #eb465a color hex is 0.00, 0.70, 0.62, 0.08. Web safe color of #eb465a is #ff3366. Color #eb465a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000110 01011010
Octal 353 106 132
Decimal 235 70 90
Hex EB 46 5A

RGB Percentages of Color #eb465a

%59.49
%17.72
%22.78

CMYK Percentages of Color #eb465a

%0
%70
%62
%8

Triadic Colors of #eb465a

#eb465a #5aeb46 #465aeb

Analogous Colors of #eb465a

#eb465a #eb8546 #eb46ad

Monochromatic Colors of #eb465a

#eb465a

Complementary Color

#eb465a #46ebd7

#eb465a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb465a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb465a Color CSS Codes

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

#eb465a Text Font Color

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

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


#eb465a Background Color

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

This div background color is #eb465a


#eb465a Border Color

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

This div border color is #eb465a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,70,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 #eb465a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb465a


Comments

No comments written yet.

Please login to write comment.