Color Hex Logo

#d165df Color Hex

#D165DF
(209,101,223)
0 Favorites   0 Comments

Color spaces of #d165df

RGB 209101223
HSL0.810.660.64
HSV293°55°87°
CMYK 0.060.550.00   0.13
XYZ44.267528.190472.9202
Yxy28.19040.30450.1939
Hunter Lab53.094655.9083-44.2627
CIE-Lab60.060459.7254-43.8431

#d165df color RGB value is (209,101,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100101 11011111
Octal 321 145 337
Decimal 209 101 223
Hex D1 65 DF

RGB Percentages of Color #d165df

%39.21
%18.95
%41.84

CMYK Percentages of Color #d165df

%6
%55
%0
%13

Triadic Colors of #d165df

#d165df #dfd165 #65dfd1

Analogous Colors of #d165df

#d165df #df65b0 #9465df

Monochromatic Colors of #d165df

#d165df

Complementary Color

#d165df #73df65

#d165df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d165df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d165df Color CSS Codes

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

#d165df Text Font Color

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

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


#d165df Background Color

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

This div background color is #d165df


#d165df Border Color

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

This div border color is #d165df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d165df


Comments

No comments written yet.

Please login to write comment.