Color Hex Logo

#d69fdd Color Hex

#D69FDD
(214,159,221)
0 Favorites   0 Comments

Color spaces of #d69fdd

RGB 214159221
HSL0.810.480.75
HSV293°28°87°
CMYK 0.030.280.00   0.13
XYZ53.180844.312974.1569
Yxy44.31290.30980.2582
Hunter Lab66.567926.1089-19.4517
CIE-Lab72.437130.8164-23.4875

#d69fdd color RGB value is (214,159,221).

#d69fdd hex color red value is 214, green value is 159 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d69fdd hue: 0.81 , saturation: 0.48 and the lightness value of d69fdd is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011111 11011101
Octal 326 237 335
Decimal 214 159 221
Hex D6 9F DD

RGB Percentages of Color #d69fdd

%36.03
%26.77
%37.21

CMYK Percentages of Color #d69fdd

%3
%28
%0
%13

Triadic Colors of #d69fdd

#d69fdd #ddd69f #9fddd6

Analogous Colors of #d69fdd

#d69fdd #dd9fc5 #b79fdd

Monochromatic Colors of #d69fdd

#d69fdd

Complementary Color

#d69fdd #a6dd9f

#d69fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69fdd Color CSS Codes

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

#d69fdd Text Font Color

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

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


#d69fdd Background Color

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

This div background color is #d69fdd


#d69fdd Border Color

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

This div border color is #d69fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69fdd


Comments

No comments written yet.

Please login to write comment.