Color Hex Logo

#d44aaf Color Hex

#D44AAF
(212,74,175)
0 Favorites   0 Comments

Color spaces of #d44aaf

RGB 21274175
HSL0.880.620.56
HSV316°65°83°
CMYK 0.000.650.17   0.17
XYZ37.338021.989842.8340
Yxy21.98980.36550.2152
Hunter Lab46.893360.0644-21.3323
CIE-Lab54.016264.3970-25.8281

#d44aaf color RGB value is (212,74,175).

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

The process color (four color CMYK) of #d44aaf color hex is 0.00, 0.65, 0.17, 0.17. Web safe color of #d44aaf is #cc3399. Color #d44aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01001010 10101111
Octal 324 112 257
Decimal 212 74 175
Hex D4 4A AF

RGB Percentages of Color #d44aaf

%45.99
%16.05
%37.96

CMYK Percentages of Color #d44aaf

%0
%65
%17
%17

Triadic Colors of #d44aaf

#d44aaf #afd44a #4aafd4

Analogous Colors of #d44aaf

#d44aaf #d44a6a #b44ad4

Monochromatic Colors of #d44aaf

#d44aaf

Complementary Color

#d44aaf #4ad46f

#d44aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d44aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d44aaf Color CSS Codes

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

#d44aaf Text Font Color

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

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


#d44aaf Background Color

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

This div background color is #d44aaf


#d44aaf Border Color

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

This div border color is #d44aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d44aaf


Comments

No comments written yet.

Please login to write comment.