Color Hex Logo

#d69cdf Color Hex

#D69CDF
(214,156,223)
0 Favorites   0 Comments

Color spaces of #d69cdf

RGB 214156223
HSL0.810.510.74
HSV292°30°87°
CMYK 0.040.300.00   0.13
XYZ52.939343.400875.3990
Yxy43.40080.30830.2527
Hunter Lab65.879328.1504-21.7421
CIE-Lab71.826232.8254-25.5180

#d69cdf color RGB value is (214,156,223).

#d69cdf hex color red value is 214, green value is 156 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d69cdf hue: 0.81 , saturation: 0.51 and the lightness value of d69cdf is 0.74.

The process color (four color CMYK) of #d69cdf color hex is 0.04, 0.30, 0.00, 0.13. Web safe color of #d69cdf is #cc99cc. Color #d69cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011100 11011111
Octal 326 234 337
Decimal 214 156 223
Hex D6 9C DF

RGB Percentages of Color #d69cdf

%36.09
%26.31
%37.61

CMYK Percentages of Color #d69cdf

%4
%30
%0
%13

Triadic Colors of #d69cdf

#d69cdf #dfd69c #9cdfd6

Analogous Colors of #d69cdf

#d69cdf #df9cc7 #b59cdf

Monochromatic Colors of #d69cdf

#d69cdf

Complementary Color

#d69cdf #a5df9c

#d69cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69cdf Color CSS Codes

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

#d69cdf Text Font Color

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

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


#d69cdf Background Color

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

This div background color is #d69cdf


#d69cdf Border Color

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

This div border color is #d69cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69cdf


Comments

No comments written yet.

Please login to write comment.