Color Hex Logo

#d48aad Color Hex

#D48AAD
(212,138,173)
0 Favorites   0 Comments

Color spaces of #d48aad

RGB 212138173
HSL0.920.460.69
HSV332°35°83°
CMYK 0.000.350.18   0.17
XYZ43.782735.191144.0201
Yxy35.19110.35600.2861
Hunter Lab59.322127.9284-2.4708
CIE-Lab65.897233.1467-6.6839

#d48aad color RGB value is (212,138,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001010 10101101
Octal 324 212 255
Decimal 212 138 173
Hex D4 8A AD

RGB Percentages of Color #d48aad

%40.54
%26.39
%33.08

CMYK Percentages of Color #d48aad

%0
%35
%18
%17

Triadic Colors of #d48aad

#d48aad #add48a #8aadd4

Analogous Colors of #d48aad

#d48aad #d48c8a #d48ad2

Monochromatic Colors of #d48aad

#d48aad

Complementary Color

#d48aad #8ad4b1

#d48aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48aad Color CSS Codes

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

#d48aad Text Font Color

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

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


#d48aad Background Color

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

This div background color is #d48aad


#d48aad Border Color

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

This div border color is #d48aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48aad


Comments

No comments written yet.

Please login to write comment.