Color Hex Logo

#e078cd Color Hex

#E078CD
(224,120,205)
0 Favorites   0 Comments

Color spaces of #e078cd

RGB 224120205
HSL0.860.630.67
HSV311°46°88°
CMYK 0.000.460.08   0.12
XYZ48.476433.688061.7051
Yxy33.68800.33690.2342
Hunter Lab58.041447.5116-22.4036
CIE-Lab64.714251.5793-26.3449

#e078cd color RGB value is (224,120,205).

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

The process color (four color CMYK) of #e078cd color hex is 0.00, 0.46, 0.08, 0.12. Web safe color of #e078cd is #cc66cc. Color #e078cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111000 11001101
Octal 340 170 315
Decimal 224 120 205
Hex E0 78 CD

RGB Percentages of Color #e078cd

%40.80
%21.86
%37.34

CMYK Percentages of Color #e078cd

%0
%46
%8
%12

Triadic Colors of #e078cd

#e078cd #cde078 #78cde0

Analogous Colors of #e078cd

#e078cd #e07899 #bf78e0

Monochromatic Colors of #e078cd

#e078cd

Complementary Color

#e078cd #78e08b

#e078cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e078cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e078cd Color CSS Codes

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

#e078cd Text Font Color

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

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


#e078cd Background Color

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

This div background color is #e078cd


#e078cd Border Color

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

This div border color is #e078cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e078cd


Comments

No comments written yet.

Please login to write comment.