Color Hex Logo

#d44fac Color Hex

#D44FAC
(212,79,172)
0 Favorites   0 Comments

Color spaces of #d44fac

RGB 21279172
HSL0.880.610.57
HSV318°63°83°
CMYK 0.000.630.19   0.17
XYZ37.393822.567641.4148
Yxy22.56760.36890.2226
Hunter Lab47.505457.3717-18.4348
CIE-Lab54.624161.9589-23.1432

#d44fac color RGB value is (212,79,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01001111 10101100
Octal 324 117 254
Decimal 212 79 172
Hex D4 4F AC

RGB Percentages of Color #d44fac

%45.79
%17.06
%37.15

CMYK Percentages of Color #d44fac

%0
%63
%19
%17

Triadic Colors of #d44fac

#d44fac #acd44f #4facd4

Analogous Colors of #d44fac

#d44fac #d44f6a #ba4fd4

Monochromatic Colors of #d44fac

#d44fac

Complementary Color

#d44fac #4fd477

#d44fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d44fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d44fac Color CSS Codes

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

#d44fac Text Font Color

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

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


#d44fac Background Color

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

This div background color is #d44fac


#d44fac Border Color

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

This div border color is #d44fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d44fac


Comments

No comments written yet.

Please login to write comment.