Color Hex Logo

#d865df Color Hex

#D865DF
(216,101,223)
0 Favorites   0 Comments

Color spaces of #d865df

RGB 216101223
HSL0.820.660.64
HSV297°55°87°
CMYK 0.030.550.00   0.13
XYZ46.291929.234073.0149
Yxy29.23400.31160.1968
Hunter Lab54.068558.2068-42.2182
CIE-Lab60.987661.5489-42.3202

#d865df color RGB value is (216,101,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100101 11011111
Octal 330 145 337
Decimal 216 101 223
Hex D8 65 DF

RGB Percentages of Color #d865df

%40.00
%18.70
%41.30

CMYK Percentages of Color #d865df

%3
%55
%0
%13

Triadic Colors of #d865df

#d865df #dfd865 #65dfd8

Analogous Colors of #d865df

#d865df #df65a9 #9b65df

Monochromatic Colors of #d865df

#d865df

Complementary Color

#d865df #6cdf65

#d865df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d865df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d865df Color CSS Codes

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

#d865df Text Font Color

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

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


#d865df Background Color

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

This div background color is #d865df


#d865df Border Color

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

This div border color is #d865df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d865df


Comments

No comments written yet.

Please login to write comment.