Color Hex Logo

#d29bcf Color Hex

#D29BCF
(210,155,207)
0 Favorites   0 Comments

Color spaces of #d29bcf

RGB 210155207
HSL0.840.380.72
HSV303°26°82°
CMYK 0.000.260.01   0.18
XYZ49.562241.649364.4584
Yxy41.64930.31840.2675
Hunter Lab64.536324.1450-14.0431
CIE-Lab70.628529.0473-18.5738

#d29bcf color RGB value is (210,155,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10011011 11001111
Octal 322 233 317
Decimal 210 155 207
Hex D2 9B CF

RGB Percentages of Color #d29bcf

%36.71
%27.10
%36.19

CMYK Percentages of Color #d29bcf

%0
%26
%1
%18

Triadic Colors of #d29bcf

#d29bcf #cfd29b #9bcfd2

Analogous Colors of #d29bcf

#d29bcf #d29bb4 #ba9bd2

Monochromatic Colors of #d29bcf

#d29bcf

Complementary Color

#d29bcf #9bd29e

#d29bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d29bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d29bcf Color CSS Codes

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

#d29bcf Text Font Color

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

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


#d29bcf Background Color

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

This div background color is #d29bcf


#d29bcf Border Color

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

This div border color is #d29bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d29bcf


Comments

No comments written yet.

Please login to write comment.