Color Hex Logo

#e07dda Color Hex

#E07DDA
(224,125,218)
0 Favorites   0 Comments

Color spaces of #e07dda

RGB 224125218
HSL0.840.610.68
HSV304°44°88°
CMYK 0.000.440.03   0.12
XYZ50.729035.576570.5229
Yxy35.57650.32350.2268
Hunter Lab59.646047.4338-28.3497
CIE-Lab66.195151.2904-31.3271

#e07dda color RGB value is (224,125,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111101 11011010
Octal 340 175 332
Decimal 224 125 218
Hex E0 7D DA

RGB Percentages of Color #e07dda

%39.51
%22.05
%38.45

CMYK Percentages of Color #e07dda

%0
%44
%3
%12

Triadic Colors of #e07dda

#e07dda #dae07d #7ddae0

Analogous Colors of #e07dda

#e07dda #e07da9 #b57de0

Monochromatic Colors of #e07dda

#e07dda

Complementary Color

#e07dda #7de083

#e07dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07dda Color CSS Codes

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

#e07dda Text Font Color

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

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


#e07dda Background Color

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

This div background color is #e07dda


#e07dda Border Color

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

This div border color is #e07dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07dda


Comments

No comments written yet.

Please login to write comment.