Color Hex Logo

#d44dae Color Hex

#D44DAE
(212,77,174)
0 Favorites   0 Comments

Color spaces of #d44dae

RGB 21277174
HSL0.880.610.57
HSV317°64°83°
CMYK 0.000.640.18   0.17
XYZ37.445222.360842.3869
Yxy22.36080.36640.2188
Hunter Lab47.287258.5957-20.0448
CIE-Lab54.407763.0594-24.6413

#d44dae color RGB value is (212,77,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01001101 10101110
Octal 324 115 256
Decimal 212 77 174
Hex D4 4D AE

RGB Percentages of Color #d44dae

%45.79
%16.63
%37.58

CMYK Percentages of Color #d44dae

%0
%64
%18
%17

Triadic Colors of #d44dae

#d44dae #aed44d #4daed4

Analogous Colors of #d44dae

#d44dae #d44d6b #b74dd4

Monochromatic Colors of #d44dae

#d44dae

Complementary Color

#d44dae #4dd473

#d44dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d44dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d44dae Color CSS Codes

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

#d44dae Text Font Color

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

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


#d44dae Background Color

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

This div background color is #d44dae


#d44dae Border Color

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

This div border color is #d44dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d44dae


Comments

No comments written yet.

Please login to write comment.