Color Hex Logo

#e076da Color Hex

#E076DA
(224,118,218)
0 Favorites   0 Comments

Color spaces of #e076da

RGB 224118218
HSL0.840.630.67
HSV303°47°88°
CMYK 0.000.470.03   0.12
XYZ49.873833.866170.2378
Yxy33.86610.32390.2199
Hunter Lab58.194651.1372-30.8237
CIE-Lab64.856154.7695-33.4021

#e076da color RGB value is (224,118,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110110 11011010
Octal 340 166 332
Decimal 224 118 218
Hex E0 76 DA

RGB Percentages of Color #e076da

%40.00
%21.07
%38.93

CMYK Percentages of Color #e076da

%0
%47
%3
%12

Triadic Colors of #e076da

#e076da #dae076 #76dae0

Analogous Colors of #e076da

#e076da #e076a5 #b176e0

Monochromatic Colors of #e076da

#e076da

Complementary Color

#e076da #76e07c

#e076da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e076da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e076da Color CSS Codes

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

#e076da Text Font Color

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

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


#e076da Background Color

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

This div background color is #e076da


#e076da Border Color

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

This div border color is #e076da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e076da


Comments

No comments written yet.

Please login to write comment.