Color Hex Logo

#d79abc Color Hex

#D79ABC
(215,154,188)
0 Favorites   0 Comments

Color spaces of #d79abc

RGB 215154188
HSL0.910.430.72
HSV327°28°84°
CMYK 0.000.280.13   0.16
XYZ48.657041.189152.9627
Yxy41.18910.34070.2884
Hunter Lab64.178723.0167-4.0032
CIE-Lab70.308227.9625-8.4823

#d79abc color RGB value is (215,154,188).

#d79abc hex color red value is 215, green value is 154 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d79abc hue: 0.91 , saturation: 0.43 and the lightness value of d79abc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011010 10111100
Octal 327 232 274
Decimal 215 154 188
Hex D7 9A BC

RGB Percentages of Color #d79abc

%38.60
%27.65
%33.75

CMYK Percentages of Color #d79abc

%0
%28
%13
%16

Triadic Colors of #d79abc

#d79abc #bcd79a #9abcd7

Analogous Colors of #d79abc

#d79abc #d79a9e #d49ad7

Monochromatic Colors of #d79abc

#d79abc

Complementary Color

#d79abc #9ad7b5

#d79abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79abc Color CSS Codes

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

#d79abc Text Font Color

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

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


#d79abc Background Color

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

This div background color is #d79abc


#d79abc Border Color

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

This div border color is #d79abc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,154,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d79abc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d79abc;
  -webkit-box-shadow: 1px 1px 3px 2px #d79abc;
  box-shadow:         1px 1px 3px 2px #d79abc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,154,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79abc


Comments

No comments written yet.

Please login to write comment.