Color Hex Logo

#d48faa Color Hex

#D48FAA
(212,143,170)
0 Favorites   0 Comments

Color spaces of #d48faa

RGB 212143170
HSL0.930.450.70
HSV337°33°83°
CMYK 0.000.330.20   0.17
XYZ44.229536.544242.7528
Yxy36.54420.35810.2958
Hunter Lab60.451824.80870.3851
CIE-Lab66.933729.9882-3.4639

#d48faa color RGB value is (212,143,170).

#d48faa hex color red value is 212, green value is 143 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d48faa hue: 0.93 , saturation: 0.45 and the lightness value of d48faa is 0.70.

The process color (four color CMYK) of #d48faa color hex is 0.00, 0.33, 0.20, 0.17. Web safe color of #d48faa is #cc9999. Color #d48faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001111 10101010
Octal 324 217 252
Decimal 212 143 170
Hex D4 8F AA

RGB Percentages of Color #d48faa

%40.38
%27.24
%32.38

CMYK Percentages of Color #d48faa

%0
%33
%20
%17

Triadic Colors of #d48faa

#d48faa #aad48f #8faad4

Analogous Colors of #d48faa

#d48faa #d4978f #d48fcd

Monochromatic Colors of #d48faa

#d48faa

Complementary Color

#d48faa #8fd4b9

#d48faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48faa Color CSS Codes

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

#d48faa Text Font Color

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

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


#d48faa Background Color

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

This div background color is #d48faa


#d48faa Border Color

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

This div border color is #d48faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48faa


Comments

No comments written yet.

Please login to write comment.