Color Hex Logo

#e781cd Color Hex

#E781CD
(231,129,205)
0 Favorites   0 Comments

Color spaces of #e781cd

RGB 231129205
HSL0.880.680.71
HSV315°44°91°
CMYK 0.000.440.11   0.09
XYZ51.824737.097262.1866
Yxy37.09720.34300.2455
Hunter Lab60.907545.2933-17.8999
CIE-Lab67.349949.2120-22.2299

#e781cd color RGB value is (231,129,205).

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

The process color (four color CMYK) of #e781cd color hex is 0.00, 0.44, 0.11, 0.09. Web safe color of #e781cd is #ff99cc. Color #e781cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000001 11001101
Octal 347 201 315
Decimal 231 129 205
Hex E7 81 CD

RGB Percentages of Color #e781cd

%40.88
%22.83
%36.28

CMYK Percentages of Color #e781cd

%0
%44
%11
%9

Triadic Colors of #e781cd

#e781cd #cde781 #81cde7

Analogous Colors of #e781cd

#e781cd #e7819a #ce81e7

Monochromatic Colors of #e781cd

#e781cd

Complementary Color

#e781cd #81e79b

#e781cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e781cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e781cd Color CSS Codes

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

#e781cd Text Font Color

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

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


#e781cd Background Color

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

This div background color is #e781cd


#e781cd Border Color

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

This div border color is #e781cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e781cd


Comments

No comments written yet.

Please login to write comment.