Color Hex Logo

#eb5453 Color Hex

#EB5453
(235,84,83)
0 Favorites   0 Comments

Color spaces of #eb5453

RGB 2358483
HSL0.000.790.62
HSV65°92°
CMYK 0.000.640.65   0.08
XYZ38.992624.627310.8820
Yxy24.62730.52340.3306
Hunter Lab49.625953.407621.7370
CIE-Lab56.710558.114932.5490

#eb5453 color RGB value is (235,84,83).

#eb5453 hex color red value is 235, green value is 84 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #eb5453 hue: 0.00 , saturation: 0.79 and the lightness value of eb5453 is 0.62.

The process color (four color CMYK) of #eb5453 color hex is 0.00, 0.64, 0.65, 0.08. Web safe color of #eb5453 is #ff6666. Color #eb5453 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010100 01010011
Octal 353 124 123
Decimal 235 84 83
Hex EB 54 53

RGB Percentages of Color #eb5453

%58.46
%20.90
%20.65

CMYK Percentages of Color #eb5453

%0
%64
%65
%8

Triadic Colors of #eb5453

#eb5453 #53eb54 #5453eb

Analogous Colors of #eb5453

#eb5453 #eba053 #eb539e

Monochromatic Colors of #eb5453

#eb5453

Complementary Color

#eb5453 #53eaeb

#eb5453 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5453 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5453 Color CSS Codes

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

#eb5453 Text Font Color

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

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


#eb5453 Background Color

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

This div background color is #eb5453


#eb5453 Border Color

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

This div border color is #eb5453


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5453


Comments

No comments written yet.

Please login to write comment.