Color Hex Logo

#eb045a Color Hex

#EB045A
(235,4,90)
0 Favorites   0 Comments

Color spaces of #eb045a

RGB 235490
HSL0.940.970.47
HSV338°98°92°
CMYK 0.000.980.62   0.08
XYZ36.149818.487211.3359
Yxy18.48720.54790.2802
Hunter Lab42.996774.830814.4662
CIE-Lab50.081877.429319.8473

#eb045a color RGB value is (235,4,90).

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

The process color (four color CMYK) of #eb045a color hex is 0.00, 0.98, 0.62, 0.08. Web safe color of #eb045a is #ff0066. Color #eb045a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000100 01011010
Octal 353 4 132
Decimal 235 4 90
Hex EB 4 5A

RGB Percentages of Color #eb045a

%71.43
%1.22
%27.36

CMYK Percentages of Color #eb045a

%0
%98
%62
%8

Triadic Colors of #eb045a

#eb045a #5aeb04 #045aeb

Analogous Colors of #eb045a

#eb045a #eb2104 #eb04ce

Monochromatic Colors of #eb045a

#eb045a

Complementary Color

#eb045a #04eb95

#eb045a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb045a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb045a Color CSS Codes

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

#eb045a Text Font Color

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

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


#eb045a Background Color

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

This div background color is #eb045a


#eb045a Border Color

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

This div border color is #eb045a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb045a


Comments

No comments written yet.

Please login to write comment.