Color Hex Logo

#eb3b54 Color Hex

#EB3B54
(235,59,84)
0 Favorites   0 Comments

Color spaces of #eb3b54

RGB 2355984
HSL0.980.810.58
HSV351°75°92°
CMYK 0.000.750.64   0.08
XYZ37.425121.430210.5514
Yxy21.43020.53920.3088
Hunter Lab46.292863.294918.8911
CIE-Lab53.417167.263627.8205

#eb3b54 color RGB value is (235,59,84).

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

The process color (four color CMYK) of #eb3b54 color hex is 0.00, 0.75, 0.64, 0.08. Web safe color of #eb3b54 is #ff3366. Color #eb3b54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111011 01010100
Octal 353 73 124
Decimal 235 59 84
Hex EB 3B 54

RGB Percentages of Color #eb3b54

%62.17
%15.61
%22.22

CMYK Percentages of Color #eb3b54

%0
%75
%64
%8

Triadic Colors of #eb3b54

#eb3b54 #54eb3b #3b54eb

Analogous Colors of #eb3b54

#eb3b54 #eb7a3b #eb3bac

Monochromatic Colors of #eb3b54

#eb3b54

Complementary Color

#eb3b54 #3bebd2

#eb3b54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb3b54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb3b54 Color CSS Codes

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

#eb3b54 Text Font Color

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

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


#eb3b54 Background Color

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

This div background color is #eb3b54


#eb3b54 Border Color

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

This div border color is #eb3b54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb3b54


Comments

No comments written yet.

Please login to write comment.