Color Hex Logo

#e871cd Color Hex

#E871CD
(232,113,205)
0 Favorites   0 Comments

Color spaces of #e871cd

RGB 232113205
HSL0.870.720.68
HSV314°51°91°
CMYK 0.000.510.12   0.09
XYZ50.203333.373861.5534
Yxy33.37380.34590.2300
Hunter Lab57.770154.0223-22.7338
CIE-Lab64.462457.3527-26.6431

#e871cd color RGB value is (232,113,205).

#e871cd hex color red value is 232, green value is 113 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e871cd hue: 0.87 , saturation: 0.72 and the lightness value of e871cd is 0.68.

The process color (four color CMYK) of #e871cd color hex is 0.00, 0.51, 0.12, 0.09. Web safe color of #e871cd is #ff66cc. Color #e871cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110001 11001101
Octal 350 161 315
Decimal 232 113 205
Hex E8 71 CD

RGB Percentages of Color #e871cd

%42.18
%20.55
%37.27

CMYK Percentages of Color #e871cd

%0
%51
%12
%9

Triadic Colors of #e871cd

#e871cd #cde871 #71cde8

Analogous Colors of #e871cd

#e871cd #e87192 #c871e8

Monochromatic Colors of #e871cd

#e871cd

Complementary Color

#e871cd #71e88c

#e871cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e871cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e871cd Color CSS Codes

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

#e871cd Text Font Color

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

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


#e871cd Background Color

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

This div background color is #e871cd


#e871cd Border Color

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

This div border color is #e871cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e871cd


Comments

No comments written yet.

Please login to write comment.