Color Hex Logo

#d166df Color Hex

#D166DF
(209,102,223)
0 Favorites   0 Comments

Color spaces of #d166df

RGB 209102223
HSL0.810.650.64
HSV293°54°87°
CMYK 0.060.540.00   0.13
XYZ44.365128.385872.9527
Yxy28.38580.30450.1948
Hunter Lab53.278355.4007-43.8895
CIE-Lab60.235759.2543-43.5668

#d166df color RGB value is (209,102,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100110 11011111
Octal 321 146 337
Decimal 209 102 223
Hex D1 66 DF

RGB Percentages of Color #d166df

%39.14
%19.10
%41.76

CMYK Percentages of Color #d166df

%6
%54
%0
%13

Triadic Colors of #d166df

#d166df #dfd166 #66dfd1

Analogous Colors of #d166df

#d166df #df66b1 #9566df

Monochromatic Colors of #d166df

#d166df

Complementary Color

#d166df #74df66

#d166df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d166df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d166df Color CSS Codes

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

#d166df Text Font Color

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

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


#d166df Background Color

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

This div background color is #d166df


#d166df Border Color

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

This div border color is #d166df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d166df


Comments

No comments written yet.

Please login to write comment.