Color Hex Logo

#d3b8df Color Hex

#D3B8DF
(211,184,223)
0 Favorites   0 Comments

Color spaces of #d3b8df

RGB 211184223
HSL0.780.380.80
HSV282°17°87°
CMYK 0.050.170.00   0.13
XYZ57.323753.457677.1091
Yxy53.45760.30510.2845
Hunter Lab73.114711.9976-11.3488
CIE-Lab78.144416.6487-15.9522

#d3b8df color RGB value is (211,184,223).

#d3b8df hex color red value is 211, green value is 184 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d3b8df hue: 0.78 , saturation: 0.38 and the lightness value of d3b8df is 0.80.

The process color (four color CMYK) of #d3b8df color hex is 0.05, 0.17, 0.00, 0.13. Web safe color of #d3b8df is #cccccc. Color #d3b8df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10111000 11011111
Octal 323 270 337
Decimal 211 184 223
Hex D3 B8 DF

RGB Percentages of Color #d3b8df

%34.14
%29.77
%36.08

CMYK Percentages of Color #d3b8df

%5
%17
%0
%13

Triadic Colors of #d3b8df

#d3b8df #dfd3b8 #b8dfd3

Analogous Colors of #d3b8df

#d3b8df #dfb8d8 #c0b8df

Monochromatic Colors of #d3b8df

#d3b8df

Complementary Color

#d3b8df #c4dfb8

#d3b8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3b8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3b8df Color CSS Codes

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

#d3b8df Text Font Color

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

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


#d3b8df Background Color

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

This div background color is #d3b8df


#d3b8df Border Color

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

This div border color is #d3b8df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3b8df


Comments

No comments written yet.

Please login to write comment.