Color Hex Logo

#e866c1 Color Hex

#E866C1
(232,102,193)
0 Favorites   0 Comments

Color spaces of #e866c1

RGB 232102193
HSL0.880.740.65
HSV318°56°91°
CMYK 0.000.560.17   0.09
XYZ47.655730.508853.8291
Yxy30.50880.36100.2311
Hunter Lab55.234857.3462-19.1168
CIE-Lab62.090860.6198-23.5034

#e866c1 color RGB value is (232,102,193).

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

The process color (four color CMYK) of #e866c1 color hex is 0.00, 0.56, 0.17, 0.09. Web safe color of #e866c1 is #ff66cc. Color #e866c1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01100110 11000001
Octal 350 146 301
Decimal 232 102 193
Hex E8 66 C1

RGB Percentages of Color #e866c1

%44.02
%19.35
%36.62

CMYK Percentages of Color #e866c1

%0
%56
%17
%9

Triadic Colors of #e866c1

#e866c1 #c1e866 #66c1e8

Analogous Colors of #e866c1

#e866c1 #e86680 #ce66e8

Monochromatic Colors of #e866c1

#e866c1

Complementary Color

#e866c1 #66e88d

#e866c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e866c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e866c1 Color CSS Codes

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

#e866c1 Text Font Color

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

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


#e866c1 Background Color

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

This div background color is #e866c1


#e866c1 Border Color

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

This div border color is #e866c1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,102,193, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e866c1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e866c1


Comments

No comments written yet.

Please login to write comment.