Color Hex Logo

#e076af Color Hex

#E076AF
(224,118,175)
0 Favorites   0 Comments

Color spaces of #e076af

RGB 224118175
HSL0.910.630.67
HSV328°47°88°
CMYK 0.000.470.22   0.12
XYZ44.956831.899344.3451
Yxy31.89930.37090.2632
Hunter Lab56.479543.2442-7.0162
CIE-Lab63.259647.9371-11.5946

#e076af color RGB value is (224,118,175).

#e076af hex color red value is 224, green value is 118 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e076af hue: 0.91 , saturation: 0.63 and the lightness value of e076af is 0.67.

The process color (four color CMYK) of #e076af color hex is 0.00, 0.47, 0.22, 0.12. Web safe color of #e076af is #cc6699. Color #e076af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110110 10101111
Octal 340 166 257
Decimal 224 118 175
Hex E0 76 AF

RGB Percentages of Color #e076af

%43.33
%22.82
%33.85

CMYK Percentages of Color #e076af

%0
%47
%22
%12

Triadic Colors of #e076af

#e076af #afe076 #76afe0

Analogous Colors of #e076af

#e076af #e0767a #dc76e0

Monochromatic Colors of #e076af

#e076af

Complementary Color

#e076af #76e0a7

#e076af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e076af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e076af Color CSS Codes

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

#e076af Text Font Color

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

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


#e076af Background Color

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

This div background color is #e076af


#e076af Border Color

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

This div border color is #e076af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e076af


Comments

No comments written yet.

Please login to write comment.