Color Hex Logo

#d969df Color Hex

#D969DF
(217,105,223)
0 Favorites   0 Comments

Color spaces of #d969df

RGB 217105223
HSL0.820.650.64
HSV297°53°87°
CMYK 0.030.530.00   0.13
XYZ46.986130.182673.1614
Yxy30.18260.31260.2008
Hunter Lab54.938756.5187-40.4989
CIE-Lab61.811559.9545-41.0167

#d969df color RGB value is (217,105,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101001 11011111
Octal 331 151 337
Decimal 217 105 223
Hex D9 69 DF

RGB Percentages of Color #d969df

%39.82
%19.27
%40.92

CMYK Percentages of Color #d969df

%3
%53
%0
%13

Triadic Colors of #d969df

#d969df #dfd969 #69dfd9

Analogous Colors of #d969df

#d969df #df69aa #9e69df

Monochromatic Colors of #d969df

#d969df

Complementary Color

#d969df #6fdf69

#d969df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d969df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d969df Color CSS Codes

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

#d969df Text Font Color

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

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


#d969df Background Color

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

This div background color is #d969df


#d969df Border Color

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

This div border color is #d969df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d969df


Comments

No comments written yet.

Please login to write comment.