Color Hex Logo

#e25bab Color Hex

#E25BAB
(226,91,171)
0 Favorites   0 Comments

Color spaces of #e25bab

RGB 22691171
HSL0.900.700.62
HSV324°60°89°
CMYK 0.000.600.24   0.11
XYZ42.455826.591241.4230
Yxy26.59120.38430.2407
Hunter Lab51.566756.7208-11.5304
CIE-Lab58.594060.6848-16.3081

#e25bab color RGB value is (226,91,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011011 10101011
Octal 342 133 253
Decimal 226 91 171
Hex E2 5B AB

RGB Percentages of Color #e25bab

%46.31
%18.65
%35.04

CMYK Percentages of Color #e25bab

%0
%60
%24
%11

Triadic Colors of #e25bab

#e25bab #abe25b #5babe2

Analogous Colors of #e25bab

#e25bab #e25b68 #d65be2

Monochromatic Colors of #e25bab

#e25bab

Complementary Color

#e25bab #5be292

#e25bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25bab Color CSS Codes

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

#e25bab Text Font Color

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

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


#e25bab Background Color

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

This div background color is #e25bab


#e25bab Border Color

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

This div border color is #e25bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25bab


Comments

No comments written yet.

Please login to write comment.