Color Hex Logo

#e06aba Color Hex

#E06ABA
(224,106,186)
0 Favorites   0 Comments

Color spaces of #e06aba

RGB 224106186
HSL0.890.660.65
HSV319°53°88°
CMYK 0.000.530.17   0.12
XYZ44.757429.700549.8282
Yxy29.70050.36010.2390
Hunter Lab54.498251.2239-16.0607
CIE-Lab61.394955.3974-20.6838

#e06aba color RGB value is (224,106,186).

#e06aba hex color red value is 224, green value is 106 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e06aba hue: 0.89 , saturation: 0.66 and the lightness value of e06aba is 0.65.

The process color (four color CMYK) of #e06aba color hex is 0.00, 0.53, 0.17, 0.12. Web safe color of #e06aba is #cc66cc. Color #e06aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101010 10111010
Octal 340 152 272
Decimal 224 106 186
Hex E0 6A BA

RGB Percentages of Color #e06aba

%43.41
%20.54
%36.05

CMYK Percentages of Color #e06aba

%0
%53
%17
%12

Triadic Colors of #e06aba

#e06aba #bae06a #6abae0

Analogous Colors of #e06aba

#e06aba #e06a7f #cb6ae0

Monochromatic Colors of #e06aba

#e06aba

Complementary Color

#e06aba #6ae090

#e06aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06aba Color CSS Codes

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

#e06aba Text Font Color

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

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


#e06aba Background Color

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

This div background color is #e06aba


#e06aba Border Color

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

This div border color is #e06aba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,106,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06aba


Comments

No comments written yet.

Please login to write comment.