Color Hex Logo

#e891cd Color Hex

#E891CD
(232,145,205)
0 Favorites   0 Comments

Color spaces of #e891cd

RGB 232145205
HSL0.890.650.74
HSV319°38°91°
CMYK 0.000.380.12   0.09
XYZ54.423641.814462.9602
Yxy41.81440.34190.2627
Hunter Lab64.664137.0699-12.4629
CIE-Lab70.742841.3046-17.0654

#e891cd color RGB value is (232,145,205).

#e891cd hex color red value is 232, green value is 145 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e891cd hue: 0.89 , saturation: 0.65 and the lightness value of e891cd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10010001 11001101
Octal 350 221 315
Decimal 232 145 205
Hex E8 91 CD

RGB Percentages of Color #e891cd

%39.86
%24.91
%35.22

CMYK Percentages of Color #e891cd

%0
%38
%12
%9

Triadic Colors of #e891cd

#e891cd #cde891 #91cde8

Analogous Colors of #e891cd

#e891cd #e891a2 #d891e8

Monochromatic Colors of #e891cd

#e891cd

Complementary Color

#e891cd #91e8ac

#e891cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e891cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e891cd Color CSS Codes

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

#e891cd Text Font Color

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

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


#e891cd Background Color

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

This div background color is #e891cd


#e891cd Border Color

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

This div border color is #e891cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e891cd


Comments

No comments written yet.

Please login to write comment.