Color Hex Logo

#d44adc Color Hex

#D44ADC
(212,74,220)
0 Favorites   0 Comments

Color spaces of #d44adc

RGB 21274220
HSL0.820.680.58
HSV297°66°86°
CMYK 0.040.660.00   0.14
XYZ42.518424.061970.1136
Yxy24.06190.31100.1760
Hunter Lab49.052968.8787-50.4089
CIE-Lab56.149771.4083-48.3112

#d44adc color RGB value is (212,74,220).

#d44adc hex color red value is 212, green value is 74 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d44adc hue: 0.82 , saturation: 0.68 and the lightness value of d44adc is 0.58.

The process color (four color CMYK) of #d44adc color hex is 0.04, 0.66, 0.00, 0.14. Web safe color of #d44adc is #cc33cc. Color #d44adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01001010 11011100
Octal 324 112 334
Decimal 212 74 220
Hex D4 4A DC

RGB Percentages of Color #d44adc

%41.90
%14.62
%43.48

CMYK Percentages of Color #d44adc

%4
%66
%0
%14

Triadic Colors of #d44adc

#d44adc #dcd44a #4adcd4

Analogous Colors of #d44adc

#d44adc #dc4a9b #8b4adc

Monochromatic Colors of #d44adc

#d44adc

Complementary Color

#d44adc #52dc4a

#d44adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d44adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d44adc Color CSS Codes

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

#d44adc Text Font Color

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

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


#d44adc Background Color

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

This div background color is #d44adc


#d44adc Border Color

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

This div border color is #d44adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d44adc


Comments

No comments written yet.

Please login to write comment.