Color Hex Logo

#d84fad Color Hex

#D84FAD
(216,79,173)
0 Favorites   0 Comments

Color spaces of #d84fad

RGB 21679173
HSL0.890.640.58
HSV319°63°85°
CMYK 0.000.630.20   0.15
XYZ38.657723.208041.9773
Yxy23.20800.37230.2235
Hunter Lab48.174758.9314-17.9404
CIE-Lab55.285963.1884-22.6552

#d84fad color RGB value is (216,79,173).

#d84fad hex color red value is 216, green value is 79 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d84fad hue: 0.89 , saturation: 0.64 and the lightness value of d84fad is 0.58.

The process color (four color CMYK) of #d84fad color hex is 0.00, 0.63, 0.20, 0.15. Web safe color of #d84fad is #cc6699. Color #d84fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01001111 10101101
Octal 330 117 255
Decimal 216 79 173
Hex D8 4F AD

RGB Percentages of Color #d84fad

%46.15
%16.88
%36.97

CMYK Percentages of Color #d84fad

%0
%63
%20
%15

Triadic Colors of #d84fad

#d84fad #add84f #4fadd8

Analogous Colors of #d84fad

#d84fad #d84f69 #bf4fd8

Monochromatic Colors of #d84fad

#d84fad

Complementary Color

#d84fad #4fd87a

#d84fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d84fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d84fad Color CSS Codes

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

#d84fad Text Font Color

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

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


#d84fad Background Color

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

This div background color is #d84fad


#d84fad Border Color

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

This div border color is #d84fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d84fad


Comments

No comments written yet.

Please login to write comment.