Color Hex Logo

#d44faf Color Hex

#D44FAF
(212,79,175)
0 Favorites   0 Comments

Color spaces of #d44faf

RGB 21279175
HSL0.880.610.57
HSV317°63°83°
CMYK 0.000.630.17   0.17
XYZ37.685222.684242.9497
Yxy22.68420.36470.2196
Hunter Lab47.627957.8877-20.1267
CIE-Lab54.745662.3847-24.7024

#d44faf color RGB value is (212,79,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01001111 10101111
Octal 324 117 257
Decimal 212 79 175
Hex D4 4F AF

RGB Percentages of Color #d44faf

%45.49
%16.95
%37.55

CMYK Percentages of Color #d44faf

%0
%63
%17
%17

Triadic Colors of #d44faf

#d44faf #afd44f #4fafd4

Analogous Colors of #d44faf

#d44faf #d44f6d #b74fd4

Monochromatic Colors of #d44faf

#d44faf

Complementary Color

#d44faf #4fd474

#d44faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d44faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d44faf Color CSS Codes

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

#d44faf Text Font Color

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

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


#d44faf Background Color

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

This div background color is #d44faf


#d44faf Border Color

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

This div border color is #d44faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d44faf


Comments

No comments written yet.

Please login to write comment.