Color Hex Logo

#e077da Color Hex

#E077DA
(224,119,218)
0 Favorites   0 Comments

Color spaces of #e077da

RGB 224119218
HSL0.840.630.67
HSV303°47°88°
CMYK 0.000.470.03   0.12
XYZ49.992234.102970.2773
Yxy34.10290.32380.2209
Hunter Lab58.397750.6116-30.4727
CIE-Lab65.044254.2780-33.1103

#e077da color RGB value is (224,119,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110111 11011010
Octal 340 167 332
Decimal 224 119 218
Hex E0 77 DA

RGB Percentages of Color #e077da

%39.93
%21.21
%38.86

CMYK Percentages of Color #e077da

%0
%47
%3
%12

Triadic Colors of #e077da

#e077da #dae077 #77dae0

Analogous Colors of #e077da

#e077da #e077a6 #b277e0

Monochromatic Colors of #e077da

#e077da

Complementary Color

#e077da #77e07d

#e077da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e077da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e077da Color CSS Codes

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

#e077da Text Font Color

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

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


#e077da Background Color

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

This div background color is #e077da


#e077da Border Color

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

This div border color is #e077da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e077da


Comments

No comments written yet.

Please login to write comment.