Color Hex Logo

#e25abb Color Hex

#E25ABB
(226,90,187)
0 Favorites   0 Comments

Color spaces of #e25abb

RGB 22690187
HSL0.880.700.62
HSV317°60°89°
CMYK 0.000.600.17   0.11
XYZ43.989827.068949.9200
Yxy27.06890.36360.2237
Hunter Lab52.027859.8742-20.4686
CIE-Lab59.038063.3198-24.8420

#e25abb color RGB value is (226,90,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011010 10111011
Octal 342 132 273
Decimal 226 90 187
Hex E2 5A BB

RGB Percentages of Color #e25abb

%44.93
%17.89
%37.18

CMYK Percentages of Color #e25abb

%0
%60
%17
%11

Triadic Colors of #e25abb

#e25abb #bbe25a #5abbe2

Analogous Colors of #e25abb

#e25abb #e25a77 #c55ae2

Monochromatic Colors of #e25abb

#e25abb

Complementary Color

#e25abb #5ae281

#e25abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25abb Color CSS Codes

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

#e25abb Text Font Color

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

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


#e25abb Background Color

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

This div background color is #e25abb


#e25abb Border Color

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

This div border color is #e25abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25abb


Comments

No comments written yet.

Please login to write comment.