Color Hex Logo

#e66fdd Color Hex

#E66FDD
(230,111,221)
0 Favorites   0 Comments

Color spaces of #e66fdd

RGB 230111221
HSL0.850.700.67
HSV305°52°90°
CMYK 0.000.520.04   0.10
XYZ51.368733.412372.1484
Yxy33.41230.32730.2129
Hunter Lab57.803457.4735-33.5416
CIE-Lab64.493460.3230-35.5805

#e66fdd color RGB value is (230,111,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101111 11011101
Octal 346 157 335
Decimal 230 111 221
Hex E6 6F DD

RGB Percentages of Color #e66fdd

%40.93
%19.75
%39.32

CMYK Percentages of Color #e66fdd

%0
%52
%4
%10

Triadic Colors of #e66fdd

#e66fdd #dde66f #6fdde6

Analogous Colors of #e66fdd

#e66fdd #e66fa2 #b46fe6

Monochromatic Colors of #e66fdd

#e66fdd

Complementary Color

#e66fdd #6fe678

#e66fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66fdd Color CSS Codes

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

#e66fdd Text Font Color

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

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


#e66fdd Background Color

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

This div background color is #e66fdd


#e66fdd Border Color

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

This div border color is #e66fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66fdd


Comments

No comments written yet.

Please login to write comment.