Color Hex Logo

#eb025a Color Hex

#EB025A
(235,2,90)
0 Favorites   0 Comments

Color spaces of #eb025a

RGB 235290
HSL0.940.980.46
HSV337°99°92°
CMYK 0.000.990.62   0.08
XYZ36.128118.443811.3287
Yxy18.44380.54820.2799
Hunter Lab42.946275.005414.4224
CIE-Lab50.030077.579919.7780

#eb025a color RGB value is (235,2,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000010 01011010
Octal 353 2 132
Decimal 235 2 90
Hex EB 2 5A

RGB Percentages of Color #eb025a

%71.87
%0.61
%27.52

CMYK Percentages of Color #eb025a

%0
%99
%62
%8

Triadic Colors of #eb025a

#eb025a #5aeb02 #025aeb

Analogous Colors of #eb025a

#eb025a #eb1f02 #eb02cf

Monochromatic Colors of #eb025a

#eb025a

Complementary Color

#eb025a #02eb93

#eb025a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb025a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb025a Color CSS Codes

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

#eb025a Text Font Color

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

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


#eb025a Background Color

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

This div background color is #eb025a


#eb025a Border Color

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

This div border color is #eb025a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb025a


Comments

No comments written yet.

Please login to write comment.