Color Hex Logo

#e06abd Color Hex

#E06ABD
(224,106,189)
0 Favorites   0 Comments

Color spaces of #e06abd

RGB 224106189
HSL0.880.660.65
HSV318°53°88°
CMYK 0.000.530.16   0.12
XYZ45.079829.829551.5258
Yxy29.82950.35650.2359
Hunter Lab54.616451.7534-17.7035
CIE-Lab61.506855.8469-22.2216

#e06abd color RGB value is (224,106,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101010 10111101
Octal 340 152 275
Decimal 224 106 189
Hex E0 6A BD

RGB Percentages of Color #e06abd

%43.16
%20.42
%36.42

CMYK Percentages of Color #e06abd

%0
%53
%16
%12

Triadic Colors of #e06abd

#e06abd #bde06a #6abde0

Analogous Colors of #e06abd

#e06abd #e06a82 #c86ae0

Monochromatic Colors of #e06abd

#e06abd

Complementary Color

#e06abd #6ae08d

#e06abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06abd Color CSS Codes

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

#e06abd Text Font Color

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

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


#e06abd Background Color

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

This div background color is #e06abd


#e06abd Border Color

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

This div border color is #e06abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06abd


Comments

No comments written yet.

Please login to write comment.