Color Hex Logo

#e981cd Color Hex

#E981CD
(233,129,205)
0 Favorites   0 Comments

Color spaces of #e981cd

RGB 233129205
HSL0.880.700.71
HSV316°45°91°
CMYK 0.000.450.12   0.09
XYZ52.474037.431962.2170
Yxy37.43190.34490.2461
Hunter Lab61.181646.0273-17.4662
CIE-Lab67.599849.8336-21.8261

#e981cd color RGB value is (233,129,205).

#e981cd hex color red value is 233, green value is 129 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e981cd hue: 0.88 , saturation: 0.70 and the lightness value of e981cd is 0.71.

The process color (four color CMYK) of #e981cd color hex is 0.00, 0.45, 0.12, 0.09. Web safe color of #e981cd is #ff99cc. Color #e981cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10000001 11001101
Octal 351 201 315
Decimal 233 129 205
Hex E9 81 CD

RGB Percentages of Color #e981cd

%41.09
%22.75
%36.16

CMYK Percentages of Color #e981cd

%0
%45
%12
%9

Triadic Colors of #e981cd

#e981cd #cde981 #81cde9

Analogous Colors of #e981cd

#e981cd #e98199 #d181e9

Monochromatic Colors of #e981cd

#e981cd

Complementary Color

#e981cd #81e99d

#e981cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e981cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e981cd Color CSS Codes

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

#e981cd Text Font Color

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

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


#e981cd Background Color

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

This div background color is #e981cd


#e981cd Border Color

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

This div border color is #e981cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e981cd


Comments

No comments written yet.

Please login to write comment.