Color Hex Logo

#d29bbf Color Hex

#D29BBF
(210,155,191)
0 Favorites   0 Comments

Color spaces of #d29bbf

RGB 210155191
HSL0.890.380.72
HSV321°26°82°
CMYK 0.000.260.09   0.18
XYZ47.703740.905954.6716
Yxy40.90590.33290.2855
Hunter Lab63.957721.2105-5.9112
CIE-Lab70.109926.1877-10.4980

#d29bbf color RGB value is (210,155,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10011011 10111111
Octal 322 233 277
Decimal 210 155 191
Hex D2 9B BF

RGB Percentages of Color #d29bbf

%37.77
%27.88
%34.35

CMYK Percentages of Color #d29bbf

%0
%26
%9
%18

Triadic Colors of #d29bbf

#d29bbf #bfd29b #9bbfd2

Analogous Colors of #d29bbf

#d29bbf #d29ba4 #ca9bd2

Monochromatic Colors of #d29bbf

#d29bbf

Complementary Color

#d29bbf #9bd2ae

#d29bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d29bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d29bbf Color CSS Codes

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

#d29bbf Text Font Color

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

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


#d29bbf Background Color

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

This div background color is #d29bbf


#d29bbf Border Color

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

This div border color is #d29bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d29bbf


Comments

No comments written yet.

Please login to write comment.