Color Hex Logo

#e07cda Color Hex

#E07CDA
(224,124,218)
0 Favorites   0 Comments

Color spaces of #e07cda

RGB 224124218
HSL0.840.620.68
HSV304°45°88°
CMYK 0.000.450.03   0.12
XYZ50.603035.324670.4809
Yxy35.32460.32350.2258
Hunter Lab59.434547.9659-28.7054
CIE-Lab66.000651.7925-31.6280

#e07cda color RGB value is (224,124,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111100 11011010
Octal 340 174 332
Decimal 224 124 218
Hex E0 7C DA

RGB Percentages of Color #e07cda

%39.58
%21.91
%38.52

CMYK Percentages of Color #e07cda

%0
%45
%3
%12

Triadic Colors of #e07cda

#e07cda #dae07c #7cdae0

Analogous Colors of #e07cda

#e07cda #e07ca8 #b47ce0

Monochromatic Colors of #e07cda

#e07cda

Complementary Color

#e07cda #7ce082

#e07cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07cda Color CSS Codes

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

#e07cda Text Font Color

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

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


#e07cda Background Color

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

This div background color is #e07cda


#e07cda Border Color

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

This div border color is #e07cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07cda


Comments

No comments written yet.

Please login to write comment.