Color Hex Logo

#e081cd Color Hex

#E081CD
(224,129,205)
0 Favorites   0 Comments

Color spaces of #e081cd

RGB 224129205
HSL0.870.610.69
HSV312°42°88°
CMYK 0.000.420.08   0.12
XYZ49.610235.955662.0830
Yxy35.95560.33600.2435
Hunter Lab59.963042.7462-19.4121
CIE-Lab66.486047.0326-23.6272

#e081cd color RGB value is (224,129,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000001 11001101
Octal 340 201 315
Decimal 224 129 205
Hex E0 81 CD

RGB Percentages of Color #e081cd

%40.14
%23.12
%36.74

CMYK Percentages of Color #e081cd

%0
%42
%8
%12

Triadic Colors of #e081cd

#e081cd #cde081 #81cde0

Analogous Colors of #e081cd

#e081cd #e0819e #c481e0

Monochromatic Colors of #e081cd

#e081cd

Complementary Color

#e081cd #81e094

#e081cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e081cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e081cd Color CSS Codes

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

#e081cd Text Font Color

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

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


#e081cd Background Color

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

This div background color is #e081cd


#e081cd Border Color

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

This div border color is #e081cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e081cd


Comments

No comments written yet.

Please login to write comment.