Color Hex Logo

#e25bad Color Hex

#E25BAD
(226,91,173)
0 Favorites   0 Comments

Color spaces of #e25bad

RGB 22691173
HSL0.900.700.62
HSV324°60°89°
CMYK 0.000.600.23   0.11
XYZ42.647926.668142.4348
Yxy26.66810.38160.2386
Hunter Lab51.641257.0423-12.5712
CIE-Lab58.665960.9508-17.3547

#e25bad color RGB value is (226,91,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011011 10101101
Octal 342 133 255
Decimal 226 91 173
Hex E2 5B AD

RGB Percentages of Color #e25bad

%46.12
%18.57
%35.31

CMYK Percentages of Color #e25bad

%0
%60
%23
%11

Triadic Colors of #e25bad

#e25bad #ade25b #5bade2

Analogous Colors of #e25bad

#e25bad #e25b6a #d45be2

Monochromatic Colors of #e25bad

#e25bad

Complementary Color

#e25bad #5be290

#e25bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25bad Color CSS Codes

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

#e25bad Text Font Color

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

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


#e25bad Background Color

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

This div background color is #e25bad


#e25bad Border Color

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

This div border color is #e25bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25bad


Comments

No comments written yet.

Please login to write comment.