Color Hex Logo

#df66cd Color Hex

#DF66CD
(223,102,205)
0 Favorites   0 Comments

Color spaces of #df66cd

RGB 223102205
HSL0.860.650.64
HSV309°54°87°
CMYK 0.000.540.08   0.13
XYZ46.202229.598561.0356
Yxy29.59850.33760.2163
Hunter Lab54.404556.3805-28.4334
CIE-Lab61.306259.9212-31.6199

#df66cd color RGB value is (223,102,205).

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

The process color (four color CMYK) of #df66cd color hex is 0.00, 0.54, 0.08, 0.13. Web safe color of #df66cd is #cc66cc. Color #df66cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100110 11001101
Octal 337 146 315
Decimal 223 102 205
Hex DF 66 CD

RGB Percentages of Color #df66cd

%42.08
%19.25
%38.68

CMYK Percentages of Color #df66cd

%0
%54
%8
%13

Triadic Colors of #df66cd

#df66cd #cddf66 #66cddf

Analogous Colors of #df66cd

#df66cd #df6691 #b566df

Monochromatic Colors of #df66cd

#df66cd

Complementary Color

#df66cd #66df78

#df66cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df66cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df66cd Color CSS Codes

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

#df66cd Text Font Color

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

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


#df66cd Background Color

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

This div background color is #df66cd


#df66cd Border Color

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

This div border color is #df66cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df66cd


Comments

No comments written yet.

Please login to write comment.