Color Hex Logo

#ee53ab Color Hex

#EE53AB
(238,83,171)
0 Favorites   0 Comments

Color spaces of #ee53ab

RGB 23883171
HSL0.910.820.63
HSV326°65°93°
CMYK 0.000.650.28   0.07
XYZ45.703827.303941.3894
Yxy27.30390.39950.2387
Hunter Lab52.253164.6841-10.3861
CIE-Lab59.254667.3458-15.1300

#ee53ab color RGB value is (238,83,171).

#ee53ab hex color red value is 238, green value is 83 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ee53ab hue: 0.91 , saturation: 0.82 and the lightness value of ee53ab is 0.63.

The process color (four color CMYK) of #ee53ab color hex is 0.00, 0.65, 0.28, 0.07. Web safe color of #ee53ab is #ff6699. Color #ee53ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01010011 10101011
Octal 356 123 253
Decimal 238 83 171
Hex EE 53 AB

RGB Percentages of Color #ee53ab

%48.37
%16.87
%34.76

CMYK Percentages of Color #ee53ab

%0
%65
%28
%7

Triadic Colors of #ee53ab

#ee53ab #abee53 #53abee

Analogous Colors of #ee53ab

#ee53ab #ee535e #e453ee

Monochromatic Colors of #ee53ab

#ee53ab

Complementary Color

#ee53ab #53ee96

#ee53ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee53ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee53ab Color CSS Codes

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

#ee53ab Text Font Color

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

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


#ee53ab Background Color

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

This div background color is #ee53ab


#ee53ab Border Color

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

This div border color is #ee53ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee53ab


Comments

No comments written yet.

Please login to write comment.