Color Hex Logo

#d74fad Color Hex

#D74FAD
(215,79,173)
0 Favorites   0 Comments

Color spaces of #d74fad

RGB 21579173
HSL0.880.630.58
HSV319°63°84°
CMYK 0.000.630.20   0.16
XYZ38.363123.056241.9635
Yxy23.05620.37110.2230
Hunter Lab48.016958.5831-18.2036
CIE-Lab55.130262.9163-22.9078

#d74fad color RGB value is (215,79,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001111 10101101
Octal 327 117 255
Decimal 215 79 173
Hex D7 4F AD

RGB Percentages of Color #d74fad

%46.04
%16.92
%37.04

CMYK Percentages of Color #d74fad

%0
%63
%20
%16

Triadic Colors of #d74fad

#d74fad #add74f #4fadd7

Analogous Colors of #d74fad

#d74fad #d74f69 #bd4fd7

Monochromatic Colors of #d74fad

#d74fad

Complementary Color

#d74fad #4fd779

#d74fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74fad Color CSS Codes

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

#d74fad Text Font Color

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

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


#d74fad Background Color

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

This div background color is #d74fad


#d74fad Border Color

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

This div border color is #d74fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74fad


Comments

No comments written yet.

Please login to write comment.