Color Hex Logo

#e550ab Color Hex

#E550AB
(229,80,171)
0 Favorites   0 Comments

Color spaces of #e550ab

RGB 22980171
HSL0.900.740.61
HSV323°65°90°
CMYK 0.000.650.25   0.10
XYZ42.532425.335641.1766
Yxy25.33560.39000.2323
Hunter Lab50.334562.7463-13.2686
CIE-Lab57.401066.0570-18.0772

#e550ab color RGB value is (229,80,171).

#e550ab hex color red value is 229, green value is 80 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e550ab hue: 0.90 , saturation: 0.74 and the lightness value of e550ab is 0.61.

The process color (four color CMYK) of #e550ab color hex is 0.00, 0.65, 0.25, 0.10. Web safe color of #e550ab is #cc6699. Color #e550ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010000 10101011
Octal 345 120 253
Decimal 229 80 171
Hex E5 50 AB

RGB Percentages of Color #e550ab

%47.71
%16.67
%35.63

CMYK Percentages of Color #e550ab

%0
%65
%25
%10

Triadic Colors of #e550ab

#e550ab #abe550 #50abe5

Analogous Colors of #e550ab

#e550ab #e55061 #d550e5

Monochromatic Colors of #e550ab

#e550ab

Complementary Color

#e550ab #50e58a

#e550ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e550ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e550ab Color CSS Codes

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

#e550ab Text Font Color

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

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


#e550ab Background Color

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

This div background color is #e550ab


#e550ab Border Color

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

This div border color is #e550ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e550ab


Comments

No comments written yet.

Please login to write comment.