Color Hex Logo

#d965df Color Hex

#D965DF
(217,101,223)
0 Favorites   0 Comments

Color spaces of #d965df

RGB 217101223
HSL0.830.660.64
HSV297°55°87°
CMYK 0.030.550.00   0.13
XYZ46.588229.386873.0288
Yxy29.38680.31270.1972
Hunter Lab54.209658.5377-41.9262
CIE-Lab61.121561.8093-42.1004

#d965df color RGB value is (217,101,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100101 11011111
Octal 331 145 337
Decimal 217 101 223
Hex D9 65 DF

RGB Percentages of Color #d965df

%40.11
%18.67
%41.22

CMYK Percentages of Color #d965df

%3
%55
%0
%13

Triadic Colors of #d965df

#d965df #dfd965 #65dfd9

Analogous Colors of #d965df

#d965df #df65a8 #9c65df

Monochromatic Colors of #d965df

#d965df

Complementary Color

#d965df #6bdf65

#d965df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d965df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d965df Color CSS Codes

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

#d965df Text Font Color

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

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


#d965df Background Color

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

This div background color is #d965df


#d965df Border Color

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

This div border color is #d965df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d965df


Comments

No comments written yet.

Please login to write comment.