Color Hex Logo

#d165dd Color Hex

#D165DD
(209,101,221)
0 Favorites   0 Comments

Color spaces of #d165dd

RGB 209101221
HSL0.820.640.63
HSV294°54°87°
CMYK 0.050.540.00   0.13
XYZ43.999328.083171.5082
Yxy28.08310.30640.1956
Hunter Lab52.993555.4659-42.9091
CIE-Lab59.963759.3576-42.8729

#d165dd color RGB value is (209,101,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100101 11011101
Octal 321 145 335
Decimal 209 101 221
Hex D1 65 DD

RGB Percentages of Color #d165dd

%39.36
%19.02
%41.62

CMYK Percentages of Color #d165dd

%5
%54
%0
%13

Triadic Colors of #d165dd

#d165dd #ddd165 #65ddd1

Analogous Colors of #d165dd

#d165dd #dd65ad #9565dd

Monochromatic Colors of #d165dd

#d165dd

Complementary Color

#d165dd #71dd65

#d165dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d165dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d165dd Color CSS Codes

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

#d165dd Text Font Color

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

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


#d165dd Background Color

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

This div background color is #d165dd


#d165dd Border Color

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

This div border color is #d165dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,101,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d165dd


Comments

No comments written yet.

Please login to write comment.