Color Hex Logo

#d878ab Color Hex

#D878AB
(216,120,171)
0 Favorites   0 Comments

Color spaces of #d878ab

RGB 216120171
HSL0.910.550.66
HSV328°44°85°
CMYK 0.000.440.21   0.15
XYZ42.386130.972142.2723
Yxy30.97210.36660.2679
Hunter Lab55.652638.5571-6.0784
CIE-Lab62.484143.7080-10.5849

#d878ab color RGB value is (216,120,171).

#d878ab hex color red value is 216, green value is 120 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d878ab hue: 0.91 , saturation: 0.55 and the lightness value of d878ab is 0.66.

The process color (four color CMYK) of #d878ab color hex is 0.00, 0.44, 0.21, 0.15. Web safe color of #d878ab is #cc6699. Color #d878ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111000 10101011
Octal 330 170 253
Decimal 216 120 171
Hex D8 78 AB

RGB Percentages of Color #d878ab

%42.60
%23.67
%33.73

CMYK Percentages of Color #d878ab

%0
%44
%21
%15

Triadic Colors of #d878ab

#d878ab #abd878 #78abd8

Analogous Colors of #d878ab

#d878ab #d8787b #d578d8

Monochromatic Colors of #d878ab

#d878ab

Complementary Color

#d878ab #78d8a5

#d878ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d878ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d878ab Color CSS Codes

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

#d878ab Text Font Color

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

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


#d878ab Background Color

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

This div background color is #d878ab


#d878ab Border Color

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

This div border color is #d878ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d878ab


Comments

No comments written yet.

Please login to write comment.