Color Hex Logo

#d66ec1 Color Hex

#D66EC1
(214,110,193)
0 Favorites   0 Comments

Color spaces of #d66ec1

RGB 214110193
HSL0.870.560.64
HSV312°49°84°
CMYK 0.000.490.10   0.16
XYZ42.933129.298353.8444
Yxy29.29830.34050.2324
Hunter Lab54.127946.8586-21.0899
CIE-Lab61.044051.5515-25.3232

#d66ec1 color RGB value is (214,110,193).

#d66ec1 hex color red value is 214, green value is 110 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #d66ec1 hue: 0.87 , saturation: 0.56 and the lightness value of d66ec1 is 0.64.

The process color (four color CMYK) of #d66ec1 color hex is 0.00, 0.49, 0.10, 0.16. Web safe color of #d66ec1 is #cc66cc. Color #d66ec1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01101110 11000001
Octal 326 156 301
Decimal 214 110 193
Hex D6 6E C1

RGB Percentages of Color #d66ec1

%41.39
%21.28
%37.33

CMYK Percentages of Color #d66ec1

%0
%49
%10
%16

Triadic Colors of #d66ec1

#d66ec1 #c1d66e #6ec1d6

Analogous Colors of #d66ec1

#d66ec1 #d66e8d #b76ed6

Monochromatic Colors of #d66ec1

#d66ec1

Complementary Color

#d66ec1 #6ed683

#d66ec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d66ec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d66ec1 Color CSS Codes

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

#d66ec1 Text Font Color

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

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


#d66ec1 Background Color

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

This div background color is #d66ec1


#d66ec1 Border Color

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

This div border color is #d66ec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d66ec1


Comments

No comments written yet.

Please login to write comment.