Color Hex Logo

#eb253e Color Hex

#EB253E
(235,37,62)
0 Favorites   0 Comments

Color spaces of #eb253e

RGB 2353762
HSL0.980.830.53
HSV352°84°92°
CMYK 0.000.840.74   0.08
XYZ35.792019.33316.4026
Yxy19.33310.58170.3142
Hunter Lab43.969468.356122.1451
CIE-Lab51.074771.950537.8730

#eb253e color RGB value is (235,37,62).

#eb253e hex color red value is 235, green value is 37 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #eb253e hue: 0.98 , saturation: 0.83 and the lightness value of eb253e is 0.53.

The process color (four color CMYK) of #eb253e color hex is 0.00, 0.84, 0.74, 0.08. Web safe color of #eb253e is #ff3333. Color #eb253e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100101 00111110
Octal 353 45 76
Decimal 235 37 62
Hex EB 25 3E

RGB Percentages of Color #eb253e

%70.36
%11.08
%18.56

CMYK Percentages of Color #eb253e

%0
%84
%74
%8

Triadic Colors of #eb253e

#eb253e #3eeb25 #253eeb

Analogous Colors of #eb253e

#eb253e #eb6f25 #eb25a1

Monochromatic Colors of #eb253e

#eb253e

Complementary Color

#eb253e #25ebd2

#eb253e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb253e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb253e Color CSS Codes

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

#eb253e Text Font Color

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

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


#eb253e Background Color

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

This div background color is #eb253e


#eb253e Border Color

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

This div border color is #eb253e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb253e


Comments

No comments written yet.

Please login to write comment.