Color Hex Logo

#d165cf Color Hex

#D165CF
(209,101,207)
0 Favorites   0 Comments

Color spaces of #d165cf

RGB 209101207
HSL0.840.540.61
HSV301°52°82°
CMYK 0.000.520.01   0.18
XYZ42.210727.367762.0892
Yxy27.36770.32060.2079
Hunter Lab52.314152.4765-33.7486
CIE-Lab59.313156.8482-35.9997

#d165cf color RGB value is (209,101,207).

#d165cf hex color red value is 209, green value is 101 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d165cf hue: 0.84 , saturation: 0.54 and the lightness value of d165cf is 0.61.

The process color (four color CMYK) of #d165cf color hex is 0.00, 0.52, 0.01, 0.18. Web safe color of #d165cf is #cc66cc. Color #d165cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100101 11001111
Octal 321 145 317
Decimal 209 101 207
Hex D1 65 CF

RGB Percentages of Color #d165cf

%40.43
%19.54
%40.04

CMYK Percentages of Color #d165cf

%0
%52
%1
%18

Triadic Colors of #d165cf

#d165cf #cfd165 #65cfd1

Analogous Colors of #d165cf

#d165cf #d16599 #9d65d1

Monochromatic Colors of #d165cf

#d165cf

Complementary Color

#d165cf #65d167

#d165cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d165cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d165cf Color CSS Codes

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

#d165cf Text Font Color

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

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


#d165cf Background Color

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

This div background color is #d165cf


#d165cf Border Color

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

This div border color is #d165cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d165cf


Comments

No comments written yet.

Please login to write comment.