Color Hex Logo

#d29fcf Color Hex

#D29FCF
(210,159,207)
0 Favorites   0 Comments

Color spaces of #d29fcf

RGB 210159207
HSL0.840.360.72
HSV304°24°82°
CMYK 0.000.240.01   0.18
XYZ50.239043.002964.6840
Yxy43.00290.31810.2723
Hunter Lab65.576621.9919-12.5794
CIE-Lab71.556926.8688-17.1686

#d29fcf color RGB value is (210,159,207).

#d29fcf hex color red value is 210, green value is 159 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d29fcf hue: 0.84 , saturation: 0.36 and the lightness value of d29fcf is 0.72.

The process color (four color CMYK) of #d29fcf color hex is 0.00, 0.24, 0.01, 0.18. Web safe color of #d29fcf is #cc99cc. Color #d29fcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10011111 11001111
Octal 322 237 317
Decimal 210 159 207
Hex D2 9F CF

RGB Percentages of Color #d29fcf

%36.46
%27.60
%35.94

CMYK Percentages of Color #d29fcf

%0
%24
%1
%18

Triadic Colors of #d29fcf

#d29fcf #cfd29f #9fcfd2

Analogous Colors of #d29fcf

#d29fcf #d29fb6 #bc9fd2

Monochromatic Colors of #d29fcf

#d29fcf

Complementary Color

#d29fcf #9fd2a2

#d29fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d29fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d29fcf Color CSS Codes

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

#d29fcf Text Font Color

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

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


#d29fcf Background Color

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

This div background color is #d29fcf


#d29fcf Border Color

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

This div border color is #d29fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d29fcf

#d29fcf Color Palettes


Comments

No comments written yet.

Please login to write comment.