Color Hex Logo

#eb253b Color Hex

#EB253B
(235,37,59)
0 Favorites   0 Comments

Color spaces of #eb253b

RGB 2353759
HSL0.980.830.53
HSV353°84°92°
CMYK 0.000.840.75   0.08
XYZ35.711919.30115.9809
Yxy19.30110.58550.3164
Hunter Lab43.933068.214822.6816
CIE-Lab51.037671.840539.5555

#eb253b color RGB value is (235,37,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100101 00111011
Octal 353 45 73
Decimal 235 37 59
Hex EB 25 3B

RGB Percentages of Color #eb253b

%71.00
%11.18
%17.82

CMYK Percentages of Color #eb253b

%0
%84
%75
%8

Triadic Colors of #eb253b

#eb253b #3beb25 #253beb

Analogous Colors of #eb253b

#eb253b #eb7225 #eb259e

Monochromatic Colors of #eb253b

#eb253b

Complementary Color

#eb253b #25ebd5

#eb253b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb253b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb253b Color CSS Codes

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

#eb253b Text Font Color

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

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


#eb253b Background Color

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

This div background color is #eb253b


#eb253b Border Color

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

This div border color is #eb253b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb253b


Comments

No comments written yet.

Please login to write comment.