Color Hex Logo

#e55afb Color Hex

#E55AFB
(229,90,251)
0 Favorites   0 Comments

Color spaces of #e55afb

RGB 22990251
HSL0.810.950.67
HSV292°64°98°
CMYK 0.090.640.00   0.02
XYZ53.381830.935494.4244
Yxy30.93540.29870.1731
Hunter Lab55.619673.9839-61.7219
CIE-Lab62.453174.3697-55.4598

#e55afb color RGB value is (229,90,251).

#e55afb hex color red value is 229, green value is 90 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e55afb hue: 0.81 , saturation: 0.95 and the lightness value of e55afb is 0.67.

The process color (four color CMYK) of #e55afb color hex is 0.09, 0.64, 0.00, 0.02. Web safe color of #e55afb is #cc66ff. Color #e55afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011010 11111011
Octal 345 132 373
Decimal 229 90 251
Hex E5 5A FB

RGB Percentages of Color #e55afb

%40.18
%15.79
%44.04

CMYK Percentages of Color #e55afb

%9
%64
%0
%2

Triadic Colors of #e55afb

#e55afb #fbe55a #5afbe5

Analogous Colors of #e55afb

#e55afb #fb5ac1 #955afb

Monochromatic Colors of #e55afb

#e55afb

Complementary Color

#e55afb #70fb5a

#e55afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55afb Color CSS Codes

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

#e55afb Text Font Color

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

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


#e55afb Background Color

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

This div background color is #e55afb


#e55afb Border Color

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

This div border color is #e55afb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,90,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55afb


Comments

No comments written yet.

Please login to write comment.