Color Hex Logo

#e66fdc Color Hex

#E66FDC
(230,111,220)
0 Favorites   0 Comments

Color spaces of #e66fdc

RGB 230111220
HSL0.850.700.67
HSV305°52°90°
CMYK 0.000.520.04   0.10
XYZ51.235833.359271.4487
Yxy33.35920.32830.2138
Hunter Lab57.757457.2694-32.9144
CIE-Lab64.450760.1553-35.0885

#e66fdc color RGB value is (230,111,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101111 11011100
Octal 346 157 334
Decimal 230 111 220
Hex E6 6F DC

RGB Percentages of Color #e66fdc

%41.00
%19.79
%39.22

CMYK Percentages of Color #e66fdc

%0
%52
%4
%10

Triadic Colors of #e66fdc

#e66fdc #dce66f #6fdce6

Analogous Colors of #e66fdc

#e66fdc #e66fa1 #b56fe6

Monochromatic Colors of #e66fdc

#e66fdc

Complementary Color

#e66fdc #6fe679

#e66fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66fdc Color CSS Codes

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

#e66fdc Text Font Color

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

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


#e66fdc Background Color

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

This div background color is #e66fdc


#e66fdc Border Color

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

This div border color is #e66fdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,111,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66fdc


Comments

No comments written yet.

Please login to write comment.