Color Hex Logo

#e25bbb Color Hex

#E25BBB
(226,91,187)
0 Favorites   0 Comments

Color spaces of #e25bbb

RGB 22691187
HSL0.880.700.62
HSV317°60°89°
CMYK 0.000.600.17   0.11
XYZ44.074827.238849.9483
Yxy27.23880.36350.2246
Hunter Lab52.190859.4082-20.2089
CIE-Lab59.194762.8935-24.6010

#e25bbb color RGB value is (226,91,187).

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

The process color (four color CMYK) of #e25bbb color hex is 0.00, 0.60, 0.17, 0.11. Web safe color of #e25bbb is #cc66cc. Color #e25bbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011011 10111011
Octal 342 133 273
Decimal 226 91 187
Hex E2 5B BB

RGB Percentages of Color #e25bbb

%44.84
%18.06
%37.10

CMYK Percentages of Color #e25bbb

%0
%60
%17
%11

Triadic Colors of #e25bbb

#e25bbb #bbe25b #5bbbe2

Analogous Colors of #e25bbb

#e25bbb #e25b78 #c65be2

Monochromatic Colors of #e25bbb

#e25bbb

Complementary Color

#e25bbb #5be282

#e25bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25bbb Color CSS Codes

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

#e25bbb Text Font Color

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

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


#e25bbb Background Color

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

This div background color is #e25bbb


#e25bbb Border Color

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

This div border color is #e25bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25bbb


Comments

No comments written yet.

Please login to write comment.