Color Hex Logo

#d44cdc Color Hex

#D44CDC
(212,76,220)
0 Favorites   0 Comments

Color spaces of #d44cdc

RGB 21276220
HSL0.820.670.58
HSV297°65°86°
CMYK 0.040.650.00   0.14
XYZ42.654124.333270.1588
Yxy24.33320.31100.1774
Hunter Lab49.328768.0222-49.7964
CIE-Lab56.419970.6503-47.8826

#d44cdc color RGB value is (212,76,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01001100 11011100
Octal 324 114 334
Decimal 212 76 220
Hex D4 4C DC

RGB Percentages of Color #d44cdc

%41.73
%14.96
%43.31

CMYK Percentages of Color #d44cdc

%4
%65
%0
%14

Triadic Colors of #d44cdc

#d44cdc #dcd44c #4cdcd4

Analogous Colors of #d44cdc

#d44cdc #dc4c9c #8c4cdc

Monochromatic Colors of #d44cdc

#d44cdc

Complementary Color

#d44cdc #54dc4c

#d44cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d44cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d44cdc Color CSS Codes

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

#d44cdc Text Font Color

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

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


#d44cdc Background Color

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

This div background color is #d44cdc


#d44cdc Border Color

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

This div border color is #d44cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d44cdc


Comments

No comments written yet.

Please login to write comment.