Color Hex Logo

#d69fdc Color Hex

#D69FDC
(214,159,220)
0 Favorites   0 Comments

Color spaces of #d69fdc

RGB 214159220
HSL0.820.470.74
HSV294°28°86°
CMYK 0.030.280.00   0.14
XYZ53.048044.259773.4572
Yxy44.25970.31060.2592
Hunter Lab66.528025.9082-18.8958
CIE-Lab72.401730.6258-22.9934

#d69fdc color RGB value is (214,159,220).

#d69fdc hex color red value is 214, green value is 159 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d69fdc hue: 0.82 , saturation: 0.47 and the lightness value of d69fdc is 0.74.

The process color (four color CMYK) of #d69fdc color hex is 0.03, 0.28, 0.00, 0.14. Web safe color of #d69fdc is #cc99cc. Color #d69fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011111 11011100
Octal 326 237 334
Decimal 214 159 220
Hex D6 9F DC

RGB Percentages of Color #d69fdc

%36.09
%26.81
%37.10

CMYK Percentages of Color #d69fdc

%3
%28
%0
%14

Triadic Colors of #d69fdc

#d69fdc #dcd69f #9fdcd6

Analogous Colors of #d69fdc

#d69fdc #dc9fc4 #b89fdc

Monochromatic Colors of #d69fdc

#d69fdc

Complementary Color

#d69fdc #a5dc9f

#d69fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69fdc Color CSS Codes

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

#d69fdc Text Font Color

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

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


#d69fdc Background Color

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

This div background color is #d69fdc


#d69fdc Border Color

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

This div border color is #d69fdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,159,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d69fdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d69fdc;
  -webkit-box-shadow: 1px 1px 3px 2px #d69fdc;
  box-shadow:         1px 1px 3px 2px #d69fdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,159,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d69fdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69fdc


Comments

No comments written yet.

Please login to write comment.