Color Hex Logo

#eb25aa Color Hex

#EB25AA
(235,37,170)
0 Favorites   0 Comments

Color spaces of #eb25aa

RGB 23537170
HSL0.890.830.53
HSV320°84°92°
CMYK 0.000.840.28   0.08
XYZ42.178221.887640.0319
Yxy21.88760.40520.2103
Hunter Lab46.784279.0540-17.9838
CIE-Lab53.907580.0503-22.7475

#eb25aa color RGB value is (235,37,170).

#eb25aa hex color red value is 235, green value is 37 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #eb25aa hue: 0.89 , saturation: 0.83 and the lightness value of eb25aa is 0.53.

The process color (four color CMYK) of #eb25aa color hex is 0.00, 0.84, 0.28, 0.08. Web safe color of #eb25aa is #ff3399. Color #eb25aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100101 10101010
Octal 353 45 252
Decimal 235 37 170
Hex EB 25 AA

RGB Percentages of Color #eb25aa

%53.17
%8.37
%38.46

CMYK Percentages of Color #eb25aa

%0
%84
%28
%8

Triadic Colors of #eb25aa

#eb25aa #aaeb25 #25aaeb

Analogous Colors of #eb25aa

#eb25aa #eb2547 #c925eb

Monochromatic Colors of #eb25aa

#eb25aa

Complementary Color

#eb25aa #25eb66

#eb25aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb25aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb25aa Color CSS Codes

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

#eb25aa Text Font Color

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

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


#eb25aa Background Color

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

This div background color is #eb25aa


#eb25aa Border Color

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

This div border color is #eb25aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb25aa


Comments

No comments written yet.

Please login to write comment.