Color Hex Logo

#eb454e Color Hex

#EB454E
(235,69,78)
0 Favorites   0 Comments

Color spaces of #eb454e

RGB 2356978
HSL0.990.810.60
HSV357°71°92°
CMYK 0.000.710.67   0.08
XYZ37.764222.46859.5542
Yxy22.46850.54110.3220
Hunter Lab47.400959.258821.2301
CIE-Lab54.520663.610832.7132

#eb454e color RGB value is (235,69,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000101 01001110
Octal 353 105 116
Decimal 235 69 78
Hex EB 45 4E

RGB Percentages of Color #eb454e

%61.52
%18.06
%20.42

CMYK Percentages of Color #eb454e

%0
%71
%67
%8

Triadic Colors of #eb454e

#eb454e #4eeb45 #454eeb

Analogous Colors of #eb454e

#eb454e #eb8f45 #eb45a1

Monochromatic Colors of #eb454e

#eb454e

Complementary Color

#eb454e #45ebe2

#eb454e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb454e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb454e Color CSS Codes

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

#eb454e Text Font Color

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

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


#eb454e Background Color

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

This div background color is #eb454e


#eb454e Border Color

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

This div border color is #eb454e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb454e


Comments

No comments written yet.

Please login to write comment.