Color Hex Logo

#d967df Color Hex

#D967DF
(217,103,223)
0 Favorites   0 Comments

Color spaces of #d967df

RGB 217103223
HSL0.830.650.64
HSV297°54°87°
CMYK 0.030.540.00   0.13
XYZ46.784829.779973.0943
Yxy29.77990.31260.1990
Hunter Lab54.571057.5325-41.2155
CIE-Lab61.463860.8874-41.5625

#d967df color RGB value is (217,103,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100111 11011111
Octal 331 147 337
Decimal 217 103 223
Hex D9 67 DF

RGB Percentages of Color #d967df

%39.96
%18.97
%41.07

CMYK Percentages of Color #d967df

%3
%54
%0
%13

Triadic Colors of #d967df

#d967df #dfd967 #67dfd9

Analogous Colors of #d967df

#d967df #df67a9 #9d67df

Monochromatic Colors of #d967df

#d967df

Complementary Color

#d967df #6ddf67

#d967df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d967df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d967df Color CSS Codes

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

#d967df Text Font Color

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

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


#d967df Background Color

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

This div background color is #d967df


#d967df Border Color

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

This div border color is #d967df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d967df


Comments

No comments written yet.

Please login to write comment.