Color Hex Logo

#d48aac Color Hex

#D48AAC
(212,138,172)
0 Favorites   0 Comments

Color spaces of #d48aac

RGB 212138172
HSL0.920.460.69
HSV332°35°83°
CMYK 0.000.350.19   0.17
XYZ43.686335.152643.5123
Yxy35.15260.35710.2873
Hunter Lab59.289627.7671-2.0098
CIE-Lab65.867332.9919-6.1646

#d48aac color RGB value is (212,138,172).

#d48aac hex color red value is 212, green value is 138 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d48aac hue: 0.92 , saturation: 0.46 and the lightness value of d48aac is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001010 10101100
Octal 324 212 254
Decimal 212 138 172
Hex D4 8A AC

RGB Percentages of Color #d48aac

%40.61
%26.44
%32.95

CMYK Percentages of Color #d48aac

%0
%35
%19
%17

Triadic Colors of #d48aac

#d48aac #acd48a #8aacd4

Analogous Colors of #d48aac

#d48aac #d48d8a #d48ad1

Monochromatic Colors of #d48aac

#d48aac

Complementary Color

#d48aac #8ad4b2

#d48aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48aac Color CSS Codes

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

#d48aac Text Font Color

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

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


#d48aac Background Color

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

This div background color is #d48aac


#d48aac Border Color

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

This div border color is #d48aac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,138,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d48aac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d48aac;
  -webkit-box-shadow: 1px 1px 3px 2px #d48aac;
  box-shadow:         1px 1px 3px 2px #d48aac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,138,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48aac


Comments

No comments written yet.

Please login to write comment.