Color Hex Logo

#d396ab Color Hex

#D396AB
(211,150,171)
0 Favorites   0 Comments

Color spaces of #d396ab

RGB 211150171
HSL0.940.410.71
HSV339°29°83°
CMYK 0.000.290.19   0.17
XYZ45.121038.601943.6008
Yxy38.60190.35440.3032
Hunter Lab62.130420.90391.8838
CIE-Lab68.461925.9869-1.7909

#d396ab color RGB value is (211,150,171).

#d396ab hex color red value is 211, green value is 150 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d396ab hue: 0.94 , saturation: 0.41 and the lightness value of d396ab is 0.71.

The process color (four color CMYK) of #d396ab color hex is 0.00, 0.29, 0.19, 0.17. Web safe color of #d396ab is #cc9999. Color #d396ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10010110 10101011
Octal 323 226 253
Decimal 211 150 171
Hex D3 96 AB

RGB Percentages of Color #d396ab

%39.66
%28.20
%32.14

CMYK Percentages of Color #d396ab

%0
%29
%19
%17

Triadic Colors of #d396ab

#d396ab #abd396 #96abd3

Analogous Colors of #d396ab

#d396ab #d3a096 #d396ca

Monochromatic Colors of #d396ab

#d396ab

Complementary Color

#d396ab #96d3be

#d396ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d396ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d396ab Color CSS Codes

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

#d396ab Text Font Color

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

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


#d396ab Background Color

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

This div background color is #d396ab


#d396ab Border Color

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

This div border color is #d396ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d396ab


Comments

No comments written yet.

Please login to write comment.