Color Hex Logo

#eb455a Color Hex

#EB455A
(235,69,90)
0 Favorites   0 Comments

Color spaces of #eb455a

RGB 2356990
HSL0.980.810.60
HSV352°71°92°
CMYK 0.000.710.62   0.08
XYZ38.234522.656612.0308
Yxy22.65660.52430.3107
Hunter Lab47.598960.084418.3335
CIE-Lab54.716864.284525.9543

#eb455a color RGB value is (235,69,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000101 01011010
Octal 353 105 132
Decimal 235 69 90
Hex EB 45 5A

RGB Percentages of Color #eb455a

%59.64
%17.51
%22.84

CMYK Percentages of Color #eb455a

%0
%71
%62
%8

Triadic Colors of #eb455a

#eb455a #5aeb45 #455aeb

Analogous Colors of #eb455a

#eb455a #eb8345 #eb45ad

Monochromatic Colors of #eb455a

#eb455a

Complementary Color

#eb455a #45ebd6

#eb455a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb455a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb455a Color CSS Codes

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

#eb455a Text Font Color

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

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


#eb455a Background Color

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

This div background color is #eb455a


#eb455a Border Color

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

This div border color is #eb455a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb455a


Comments

No comments written yet.

Please login to write comment.