Color Hex Logo

#e076dd Color Hex

#E076DD
(224,118,221)
0 Favorites   0 Comments

Color spaces of #e076dd

RGB 224118221
HSL0.840.630.67
HSV302°47°88°
CMYK 0.000.470.01   0.12
XYZ50.270034.024672.3245
Yxy34.02460.32100.2172
Hunter Lab58.330651.7548-32.6826
CIE-Lab64.982155.2918-34.8796

#e076dd color RGB value is (224,118,221).

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

The process color (four color CMYK) of #e076dd color hex is 0.00, 0.47, 0.01, 0.12. Web safe color of #e076dd is #cc66cc. Color #e076dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110110 11011101
Octal 340 166 335
Decimal 224 118 221
Hex E0 76 DD

RGB Percentages of Color #e076dd

%39.79
%20.96
%39.25

CMYK Percentages of Color #e076dd

%0
%47
%1
%12

Triadic Colors of #e076dd

#e076dd #dde076 #76dde0

Analogous Colors of #e076dd

#e076dd #e076a8 #ae76e0

Monochromatic Colors of #e076dd

#e076dd

Complementary Color

#e076dd #76e079

#e076dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e076dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e076dd Color CSS Codes

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

#e076dd Text Font Color

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

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


#e076dd Background Color

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

This div background color is #e076dd


#e076dd Border Color

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

This div border color is #e076dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e076dd


Comments

No comments written yet.

Please login to write comment.