Color Hex Logo

#d48fad Color Hex

#D48FAD
(212,143,173)
0 Favorites   0 Comments

Color spaces of #d48fad

RGB 212143173
HSL0.930.450.70
HSV334°33°83°
CMYK 0.000.330.18   0.17
XYZ44.516736.659144.2648
Yxy36.65910.35490.2922
Hunter Lab60.546825.2844-0.9633
CIE-Lab67.020530.4508-5.0207

#d48fad color RGB value is (212,143,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001111 10101101
Octal 324 217 255
Decimal 212 143 173
Hex D4 8F AD

RGB Percentages of Color #d48fad

%40.15
%27.08
%32.77

CMYK Percentages of Color #d48fad

%0
%33
%18
%17

Triadic Colors of #d48fad

#d48fad #add48f #8fadd4

Analogous Colors of #d48fad

#d48fad #d4948f #d48fd0

Monochromatic Colors of #d48fad

#d48fad

Complementary Color

#d48fad #8fd4b6

#d48fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48fad Color CSS Codes

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

#d48fad Text Font Color

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

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


#d48fad Background Color

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

This div background color is #d48fad


#d48fad Border Color

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

This div border color is #d48fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48fad


Comments

No comments written yet.

Please login to write comment.