Color Hex Logo

#e55aff Color Hex

#E55AFF
(229,90,255)
0 Favorites   0 Comments

Color spaces of #e55aff

RGB 22990255
HSL0.811.000.68
HSV291°65°100°
CMYK 0.100.650.00   0.00
XYZ54.019331.190397.7809
Yxy31.19030.29520.1704
Hunter Lab55.848374.9198-64.7130
CIE-Lab62.668075.0791-57.3229

#e55aff color RGB value is (229,90,255).

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

The process color (four color CMYK) of #e55aff color hex is 0.10, 0.65, 0.00, 0.00. Web safe color of #e55aff is #cc66ff. Color #e55aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011010 11111111
Octal 345 132 377
Decimal 229 90 255
Hex E5 5A FF

RGB Percentages of Color #e55aff

%39.90
%15.68
%44.43

CMYK Percentages of Color #e55aff

%10
%65
%0
%0

Triadic Colors of #e55aff

#e55aff #ffe55a #5affe5

Analogous Colors of #e55aff

#e55aff #ff5ac7 #935aff

Monochromatic Colors of #e55aff

#e55aff

Complementary Color

#e55aff #74ff5a

#e55aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55aff Color CSS Codes

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

#e55aff Text Font Color

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

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


#e55aff Background Color

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

This div background color is #e55aff


#e55aff Border Color

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

This div border color is #e55aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55aff


Comments

No comments written yet.

Please login to write comment.