Color Hex Logo

#d6abba Color Hex

#D6ABBA
(214,171,186)
0 Favorites   0 Comments

Color spaces of #d6abba

RGB 214171186
HSL0.940.340.75
HSV339°20°84°
CMYK 0.000.200.13   0.16
XYZ51.157446.967152.8237
Yxy46.96710.33890.3111
Hunter Lab68.532513.31272.2731
CIE-Lab74.168718.0597-1.6886

#d6abba color RGB value is (214,171,186).

#d6abba hex color red value is 214, green value is 171 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d6abba hue: 0.94 , saturation: 0.34 and the lightness value of d6abba is 0.75.

The process color (four color CMYK) of #d6abba color hex is 0.00, 0.20, 0.13, 0.16. Web safe color of #d6abba is #cc99cc. Color #d6abba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10101011 10111010
Octal 326 253 272
Decimal 214 171 186
Hex D6 AB BA

RGB Percentages of Color #d6abba

%37.48
%29.95
%32.57

CMYK Percentages of Color #d6abba

%0
%20
%13
%16

Triadic Colors of #d6abba

#d6abba #bad6ab #abbad6

Analogous Colors of #d6abba

#d6abba #d6b2ab #d6abd0

Monochromatic Colors of #d6abba

#d6abba

Complementary Color

#d6abba #abd6c7

#d6abba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6abba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6abba Color CSS Codes

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

#d6abba Text Font Color

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

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


#d6abba Background Color

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

This div background color is #d6abba


#d6abba Border Color

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

This div border color is #d6abba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6abba


Comments

No comments written yet.

Please login to write comment.