Color Hex Logo

#e07abd Color Hex

#E07ABD
(224,122,189)
0 Favorites   0 Comments

Color spaces of #e07abd

RGB 224122189
HSL0.890.620.68
HSV321°46°88°
CMYK 0.000.460.16   0.12
XYZ46.885333.440552.1276
Yxy33.44050.35400.2525
Hunter Lab57.827843.5247-12.9663
CIE-Lab64.516048.0140-17.6378

#e07abd color RGB value is (224,122,189).

#e07abd hex color red value is 224, green value is 122 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e07abd hue: 0.89 , saturation: 0.62 and the lightness value of e07abd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111010 10111101
Octal 340 172 275
Decimal 224 122 189
Hex E0 7A BD

RGB Percentages of Color #e07abd

%41.87
%22.80
%35.33

CMYK Percentages of Color #e07abd

%0
%46
%16
%12

Triadic Colors of #e07abd

#e07abd #bde07a #7abde0

Analogous Colors of #e07abd

#e07abd #e07a8a #d07ae0

Monochromatic Colors of #e07abd

#e07abd

Complementary Color

#e07abd #7ae09d

#e07abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07abd Color CSS Codes

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

#e07abd Text Font Color

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

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


#e07abd Background Color

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

This div background color is #e07abd


#e07abd Border Color

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

This div border color is #e07abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07abd


Comments

No comments written yet.

Please login to write comment.