Color Hex Logo

#d74faf Color Hex

#D74FAF
(215,79,175)
0 Favorites   0 Comments

Color spaces of #d74faf

RGB 21579175
HSL0.880.630.58
HSV318°63°84°
CMYK 0.000.630.19   0.16
XYZ38.558223.134242.9905
Yxy23.13420.36830.2210
Hunter Lab48.098058.9245-19.3254
CIE-Lab55.210363.1963-23.9475

#d74faf color RGB value is (215,79,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001111 10101111
Octal 327 117 257
Decimal 215 79 175
Hex D7 4F AF

RGB Percentages of Color #d74faf

%45.84
%16.84
%37.31

CMYK Percentages of Color #d74faf

%0
%63
%19
%16

Triadic Colors of #d74faf

#d74faf #afd74f #4fafd7

Analogous Colors of #d74faf

#d74faf #d74f6b #bb4fd7

Monochromatic Colors of #d74faf

#d74faf

Complementary Color

#d74faf #4fd777

#d74faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74faf Color CSS Codes

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

#d74faf Text Font Color

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

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


#d74faf Background Color

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

This div background color is #d74faf


#d74faf Border Color

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

This div border color is #d74faf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,79,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74faf


Comments

No comments written yet.

Please login to write comment.