Color Hex Logo

#d48fab Color Hex

#D48FAB
(212,143,171)
0 Favorites   0 Comments

Color spaces of #d48fab

RGB 212143171
HSL0.930.450.70
HSV336°33°83°
CMYK 0.000.330.19   0.17
XYZ44.324536.582243.2530
Yxy36.58220.35700.2946
Hunter Lab60.483224.9662-0.0614
CIE-Lab66.962430.1416-3.9833

#d48fab color RGB value is (212,143,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001111 10101011
Octal 324 217 253
Decimal 212 143 171
Hex D4 8F AB

RGB Percentages of Color #d48fab

%40.30
%27.19
%32.51

CMYK Percentages of Color #d48fab

%0
%33
%19
%17

Triadic Colors of #d48fab

#d48fab #abd48f #8fabd4

Analogous Colors of #d48fab

#d48fab #d4968f #d48fce

Monochromatic Colors of #d48fab

#d48fab

Complementary Color

#d48fab #8fd4b8

#d48fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48fab Color CSS Codes

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

#d48fab Text Font Color

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

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


#d48fab Background Color

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

This div background color is #d48fab


#d48fab Border Color

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

This div border color is #d48fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48fab


Comments

No comments written yet.

Please login to write comment.