Color Hex Logo

#e07cdd Color Hex

#E07CDD
(224,124,221)
0 Favorites   0 Comments

Color spaces of #e07cdd

RGB 224124221
HSL0.840.620.68
HSV302°45°88°
CMYK 0.000.450.01   0.12
XYZ50.999335.483172.5676
Yxy35.48310.32060.2231
Hunter Lab59.567748.5806-30.5319
CIE-Lab66.123152.3198-33.1077

#e07cdd color RGB value is (224,124,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111100 11011101
Octal 340 174 335
Decimal 224 124 221
Hex E0 7C DD

RGB Percentages of Color #e07cdd

%39.37
%21.79
%38.84

CMYK Percentages of Color #e07cdd

%0
%45
%1
%12

Triadic Colors of #e07cdd

#e07cdd #dde07c #7cdde0

Analogous Colors of #e07cdd

#e07cdd #e07cab #b17ce0

Monochromatic Colors of #e07cdd

#e07cdd

Complementary Color

#e07cdd #7ce07f

#e07cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07cdd Color CSS Codes

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

#e07cdd Text Font Color

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

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


#e07cdd Background Color

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

This div background color is #e07cdd


#e07cdd Border Color

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

This div border color is #e07cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07cdd


Comments

No comments written yet.

Please login to write comment.