Color Hex Logo

#eb043a Color Hex

#EB043A
(235,4,58)
0 Favorites   0 Comments

Color spaces of #eb043a

RGB 235458
HSL0.960.970.47
HSV346°98°92°
CMYK 0.000.980.75   0.08
XYZ35.068118.05455.6396
Yxy18.05450.59680.3072
Hunter Lab42.490672.960121.8741
CIE-Lab49.562176.019138.4862

#eb043a color RGB value is (235,4,58).

#eb043a hex color red value is 235, green value is 4 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #eb043a hue: 0.96 , saturation: 0.97 and the lightness value of eb043a is 0.47.

The process color (four color CMYK) of #eb043a color hex is 0.00, 0.98, 0.75, 0.08. Web safe color of #eb043a is #ff0033. Color #eb043a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000100 00111010
Octal 353 4 72
Decimal 235 4 58
Hex EB 4 3A

RGB Percentages of Color #eb043a

%79.12
%1.35
%19.53

CMYK Percentages of Color #eb043a

%0
%98
%75
%8

Triadic Colors of #eb043a

#eb043a #3aeb04 #043aeb

Analogous Colors of #eb043a

#eb043a #eb4104 #eb04ae

Monochromatic Colors of #eb043a

#eb043a

Complementary Color

#eb043a #04ebb5

#eb043a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb043a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb043a Color CSS Codes

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

#eb043a Text Font Color

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

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


#eb043a Background Color

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

This div background color is #eb043a


#eb043a Border Color

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

This div border color is #eb043a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb043a


Comments

No comments written yet.

Please login to write comment.