Color Hex Logo

#eb3951 Color Hex

#EB3951
(235,57,81)
0 Favorites   0 Comments

Color spaces of #eb3951

RGB 2355781
HSL0.980.820.57
HSV352°76°92°
CMYK 0.000.760.66   0.08
XYZ37.209321.18259.9121
Yxy21.18250.54480.3101
Hunter Lab46.024563.768819.4481
CIE-Lab53.148767.715129.2516

#eb3951 color RGB value is (235,57,81).

#eb3951 hex color red value is 235, green value is 57 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #eb3951 hue: 0.98 , saturation: 0.82 and the lightness value of eb3951 is 0.57.

The process color (four color CMYK) of #eb3951 color hex is 0.00, 0.76, 0.66, 0.08. Web safe color of #eb3951 is #ff3366. Color #eb3951 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111001 01010001
Octal 353 71 121
Decimal 235 57 81
Hex EB 39 51

RGB Percentages of Color #eb3951

%63.00
%15.28
%21.72

CMYK Percentages of Color #eb3951

%0
%76
%66
%8

Triadic Colors of #eb3951

#eb3951 #51eb39 #3951eb

Analogous Colors of #eb3951

#eb3951 #eb7a39 #eb39aa

Monochromatic Colors of #eb3951

#eb3951

Complementary Color

#eb3951 #39ebd3

#eb3951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb3951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb3951 Color CSS Codes

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

#eb3951 Text Font Color

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

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


#eb3951 Background Color

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

This div background color is #eb3951


#eb3951 Border Color

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

This div border color is #eb3951


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb3951


Comments

No comments written yet.

Please login to write comment.