Color Hex Logo

#e25baa Color Hex

#E25BAA
(226,91,170)
0 Favorites   0 Comments

Color spaces of #e25baa

RGB 22691170
HSL0.900.700.62
HSV325°60°89°
CMYK 0.000.600.25   0.11
XYZ42.360826.553240.9228
Yxy26.55320.38570.2418
Hunter Lab51.529856.5613-11.0148
CIE-Lab58.558560.5528-15.7837

#e25baa color RGB value is (226,91,170).

#e25baa hex color red value is 226, green value is 91 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e25baa hue: 0.90 , saturation: 0.70 and the lightness value of e25baa is 0.62.

The process color (four color CMYK) of #e25baa color hex is 0.00, 0.60, 0.25, 0.11. Web safe color of #e25baa is #cc6699. Color #e25baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011011 10101010
Octal 342 133 252
Decimal 226 91 170
Hex E2 5B AA

RGB Percentages of Color #e25baa

%46.41
%18.69
%34.91

CMYK Percentages of Color #e25baa

%0
%60
%25
%11

Triadic Colors of #e25baa

#e25baa #aae25b #5baae2

Analogous Colors of #e25baa

#e25baa #e25b67 #d75be2

Monochromatic Colors of #e25baa

#e25baa

Complementary Color

#e25baa #5be293

#e25baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25baa Color CSS Codes

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

#e25baa Text Font Color

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

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


#e25baa Background Color

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

This div background color is #e25baa


#e25baa Border Color

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

This div border color is #e25baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25baa


Comments

No comments written yet.

Please login to write comment.