Color Hex Logo

#e66fcd Color Hex

#E66FCD
(230,111,205)
0 Favorites   0 Comments

Color spaces of #e66fcd

RGB 230111205
HSL0.870.700.67
HSV313°52°90°
CMYK 0.000.520.11   0.10
XYZ49.337032.599761.4496
Yxy32.59970.34410.2274
Hunter Lab57.096154.3243-23.8434
CIE-Lab63.835557.7169-27.6311

#e66fcd color RGB value is (230,111,205).

#e66fcd hex color red value is 230, green value is 111 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e66fcd hue: 0.87 , saturation: 0.70 and the lightness value of e66fcd is 0.67.

The process color (four color CMYK) of #e66fcd color hex is 0.00, 0.52, 0.11, 0.10. Web safe color of #e66fcd is #ff66cc. Color #e66fcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101111 11001101
Octal 346 157 315
Decimal 230 111 205
Hex E6 6F CD

RGB Percentages of Color #e66fcd

%42.12
%20.33
%37.55

CMYK Percentages of Color #e66fcd

%0
%52
%11
%10

Triadic Colors of #e66fcd

#e66fcd #cde66f #6fcde6

Analogous Colors of #e66fcd

#e66fcd #e66f92 #c46fe6

Monochromatic Colors of #e66fcd

#e66fcd

Complementary Color

#e66fcd #6fe688

#e66fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66fcd Color CSS Codes

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

#e66fcd Text Font Color

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

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


#e66fcd Background Color

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

This div background color is #e66fcd


#e66fcd Border Color

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

This div border color is #e66fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66fcd


Comments

No comments written yet.

Please login to write comment.