Color Hex Logo

#dc66df Color Hex

#DC66DF
(220,102,223)
0 Favorites   0 Comments

Color spaces of #dc66df

RGB 220102223
HSL0.830.650.64
HSV299°54°87°
CMYK 0.010.540.00   0.13
XYZ47.585930.046173.1035
Yxy30.04610.31570.1993
Hunter Lab54.814359.0360-40.7025
CIE-Lab61.694062.1360-41.1730

#dc66df color RGB value is (220,102,223).

#dc66df hex color red value is 220, green value is 102 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dc66df hue: 0.83 , saturation: 0.65 and the lightness value of dc66df is 0.64.

The process color (four color CMYK) of #dc66df color hex is 0.01, 0.54, 0.00, 0.13. Web safe color of #dc66df is #cc66cc. Color #dc66df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100110 11011111
Octal 334 146 337
Decimal 220 102 223
Hex DC 66 DF

RGB Percentages of Color #dc66df

%40.37
%18.72
%40.92

CMYK Percentages of Color #dc66df

%1
%54
%0
%13

Triadic Colors of #dc66df

#dc66df #dfdc66 #66dfdc

Analogous Colors of #dc66df

#dc66df #df66a6 #a066df

Monochromatic Colors of #dc66df

#dc66df

Complementary Color

#dc66df #69df66

#dc66df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc66df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc66df Color CSS Codes

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

#dc66df Text Font Color

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

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


#dc66df Background Color

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

This div background color is #dc66df


#dc66df Border Color

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

This div border color is #dc66df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc66df


Comments

No comments written yet.

Please login to write comment.