Color Hex Logo

#d44fae Color Hex

#D44FAE
(212,79,174)
0 Favorites   0 Comments

Color spaces of #d44fae

RGB 21279174
HSL0.880.610.57
HSV317°63°83°
CMYK 0.000.630.18   0.17
XYZ37.587322.645042.4342
Yxy22.64500.36610.2206
Hunter Lab47.586857.7147-19.5595
CIE-Lab54.704862.2421-24.1835

#d44fae color RGB value is (212,79,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01001111 10101110
Octal 324 117 256
Decimal 212 79 174
Hex D4 4F AE

RGB Percentages of Color #d44fae

%45.59
%16.99
%37.42

CMYK Percentages of Color #d44fae

%0
%63
%18
%17

Triadic Colors of #d44fae

#d44fae #aed44f #4faed4

Analogous Colors of #d44fae

#d44fae #d44f6c #b84fd4

Monochromatic Colors of #d44fae

#d44fae

Complementary Color

#d44fae #4fd475

#d44fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d44fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d44fae Color CSS Codes

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

#d44fae Text Font Color

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

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


#d44fae Background Color

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

This div background color is #d44fae


#d44fae Border Color

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

This div border color is #d44fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d44fae


Comments

No comments written yet.

Please login to write comment.