Color Hex Logo

#d3a1ce Color Hex

#D3A1CE
(211,161,206)
0 Favorites   0 Comments

Color spaces of #d3a1ce

RGB 211161206
HSL0.850.360.73
HSV306°24°83°
CMYK 0.000.240.02   0.17
XYZ50.749443.794964.1710
Yxy43.79490.31980.2759
Hunter Lab66.177721.0745-11.1677
CIE-Lab72.091225.9304-15.8018

#d3a1ce color RGB value is (211,161,206).

#d3a1ce hex color red value is 211, green value is 161 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d3a1ce hue: 0.85 , saturation: 0.36 and the lightness value of d3a1ce is 0.73.

The process color (four color CMYK) of #d3a1ce color hex is 0.00, 0.24, 0.02, 0.17. Web safe color of #d3a1ce is #cc99cc. Color #d3a1ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10100001 11001110
Octal 323 241 316
Decimal 211 161 206
Hex D3 A1 CE

RGB Percentages of Color #d3a1ce

%36.51
%27.85
%35.64

CMYK Percentages of Color #d3a1ce

%0
%24
%2
%17

Triadic Colors of #d3a1ce

#d3a1ce #ced3a1 #a1ced3

Analogous Colors of #d3a1ce

#d3a1ce #d3a1b5 #bfa1d3

Monochromatic Colors of #d3a1ce

#d3a1ce

Complementary Color

#d3a1ce #a1d3a6

#d3a1ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3a1ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3a1ce Color CSS Codes

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

#d3a1ce Text Font Color

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

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


#d3a1ce Background Color

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

This div background color is #d3a1ce


#d3a1ce Border Color

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

This div border color is #d3a1ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,161,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3a1ce


Comments

No comments written yet.

Please login to write comment.