Color Hex Logo

#d861cf Color Hex

#D861CF
(216,97,207)
0 Favorites   0 Comments

Color spaces of #d861cf

RGB 21697207
HSL0.850.600.61
HSV305°55°85°
CMYK 0.000.550.04   0.15
XYZ43.856127.653362.0576
Yxy27.65330.32830.2070
Hunter Lab52.586456.8395-33.1581
CIE-Lab59.574260.6165-35.5214

#d861cf color RGB value is (216,97,207).

#d861cf hex color red value is 216, green value is 97 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d861cf hue: 0.85 , saturation: 0.60 and the lightness value of d861cf is 0.61.

The process color (four color CMYK) of #d861cf color hex is 0.00, 0.55, 0.04, 0.15. Web safe color of #d861cf is #cc66cc. Color #d861cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100001 11001111
Octal 330 141 317
Decimal 216 97 207
Hex D8 61 CF

RGB Percentages of Color #d861cf

%41.54
%18.65
%39.81

CMYK Percentages of Color #d861cf

%0
%55
%4
%15

Triadic Colors of #d861cf

#d861cf #cfd861 #61cfd8

Analogous Colors of #d861cf

#d861cf #d86194 #a661d8

Monochromatic Colors of #d861cf

#d861cf

Complementary Color

#d861cf #61d86a

#d861cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d861cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d861cf Color CSS Codes

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

#d861cf Text Font Color

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

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


#d861cf Background Color

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

This div background color is #d861cf


#d861cf Border Color

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

This div border color is #d861cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d861cf


Comments

No comments written yet.

Please login to write comment.