Color Hex Logo

#eb273b Color Hex

#EB273B
(235,39,59)
0 Favorites   0 Comments

Color spaces of #eb273b

RGB 2353959
HSL0.980.830.54
HSV354°83°92°
CMYK 0.000.830.75   0.08
XYZ35.775919.42906.0022
Yxy19.42900.58450.3174
Hunter Lab44.078367.741322.7812
CIE-Lab51.185471.419139.7201

#eb273b color RGB value is (235,39,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100111 00111011
Octal 353 47 73
Decimal 235 39 59
Hex EB 27 3B

RGB Percentages of Color #eb273b

%70.57
%11.71
%17.72

CMYK Percentages of Color #eb273b

%0
%83
%75
%8

Triadic Colors of #eb273b

#eb273b #3beb27 #273beb

Analogous Colors of #eb273b

#eb273b #eb7527 #eb279d

Monochromatic Colors of #eb273b

#eb273b

Complementary Color

#eb273b #27ebd7

#eb273b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb273b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb273b Color CSS Codes

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

#eb273b Text Font Color

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

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


#eb273b Background Color

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

This div background color is #eb273b


#eb273b Border Color

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

This div border color is #eb273b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb273b


Comments

No comments written yet.

Please login to write comment.