Color Hex Logo

#e065ab Color Hex

#E065AB
(224,101,171)
0 Favorites   0 Comments

Color spaces of #e065ab

RGB 224101171
HSL0.910.660.64
HSV326°55°88°
CMYK 0.000.550.24   0.12
XYZ42.744828.094941.6980
Yxy28.09490.37980.2496
Hunter Lab53.004651.1906-9.5394
CIE-Lab59.974455.6002-14.2482

#e065ab color RGB value is (224,101,171).

#e065ab hex color red value is 224, green value is 101 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e065ab hue: 0.91 , saturation: 0.66 and the lightness value of e065ab is 0.64.

The process color (four color CMYK) of #e065ab color hex is 0.00, 0.55, 0.24, 0.12. Web safe color of #e065ab is #cc6699. Color #e065ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100101 10101011
Octal 340 145 253
Decimal 224 101 171
Hex E0 65 AB

RGB Percentages of Color #e065ab

%45.16
%20.36
%34.48

CMYK Percentages of Color #e065ab

%0
%55
%24
%12

Triadic Colors of #e065ab

#e065ab #abe065 #65abe0

Analogous Colors of #e065ab

#e065ab #e0656e #d865e0

Monochromatic Colors of #e065ab

#e065ab

Complementary Color

#e065ab #65e09a

#e065ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e065ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e065ab Color CSS Codes

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

#e065ab Text Font Color

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

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


#e065ab Background Color

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

This div background color is #e065ab


#e065ab Border Color

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

This div border color is #e065ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e065ab


Comments

No comments written yet.

Please login to write comment.