Color Hex Logo

#d296ab Color Hex

#D296AB
(210,150,171)
0 Favorites   0 Comments

Color spaces of #d296ab

RGB 210150171
HSL0.940.400.71
HSV339°29°82°
CMYK 0.000.290.19   0.18
XYZ44.835438.454643.5875
Yxy38.45460.35340.3031
Hunter Lab62.011820.53751.7339
CIE-Lab68.354325.6259-1.9614

#d296ab color RGB value is (210,150,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10010110 10101011
Octal 322 226 253
Decimal 210 150 171
Hex D2 96 AB

RGB Percentages of Color #d296ab

%39.55
%28.25
%32.20

CMYK Percentages of Color #d296ab

%0
%29
%19
%18

Triadic Colors of #d296ab

#d296ab #abd296 #96abd2

Analogous Colors of #d296ab

#d296ab #d29f96 #d296c9

Monochromatic Colors of #d296ab

#d296ab

Complementary Color

#d296ab #96d2bd

#d296ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d296ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d296ab Color CSS Codes

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

#d296ab Text Font Color

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

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


#d296ab Background Color

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

This div background color is #d296ab


#d296ab Border Color

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

This div border color is #d296ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d296ab


Comments

No comments written yet.

Please login to write comment.