Color Hex Logo

#e084cd Color Hex

#E084CD
(224,132,205)
0 Favorites   0 Comments

Color spaces of #e084cd

RGB 224132205
HSL0.870.600.70
HSV312°41°88°
CMYK 0.000.410.08   0.12
XYZ50.011236.757662.2167
Yxy36.75760.33570.2467
Hunter Lab60.628041.1430-18.4040
CIE-Lab67.094845.4903-22.6965

#e084cd color RGB value is (224,132,205).

#e084cd hex color red value is 224, green value is 132 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e084cd hue: 0.87 , saturation: 0.60 and the lightness value of e084cd is 0.70.

The process color (four color CMYK) of #e084cd color hex is 0.00, 0.41, 0.08, 0.12. Web safe color of #e084cd is #cc99cc. Color #e084cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000100 11001101
Octal 340 204 315
Decimal 224 132 205
Hex E0 84 CD

RGB Percentages of Color #e084cd

%39.93
%23.53
%36.54

CMYK Percentages of Color #e084cd

%0
%41
%8
%12

Triadic Colors of #e084cd

#e084cd #cde084 #84cde0

Analogous Colors of #e084cd

#e084cd #e0849f #c584e0

Monochromatic Colors of #e084cd

#e084cd

Complementary Color

#e084cd #84e097

#e084cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e084cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e084cd Color CSS Codes

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

#e084cd Text Font Color

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

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


#e084cd Background Color

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

This div background color is #e084cd


#e084cd Border Color

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

This div border color is #e084cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e084cd


Comments

No comments written yet.

Please login to write comment.