Color Hex Logo

#d844cc Color Hex

#D844CC
(216,68,204)
0 Favorites   0 Comments

Color spaces of #d844cc

RGB 21668204
HSL0.850.650.56
HSV305°69°85°
CMYK 0.000.690.06   0.15
XYZ41.285123.092859.4081
Yxy23.09280.33350.1866
Hunter Lab48.055069.2572-39.6590
CIE-Lab55.167871.9071-40.7244

#d844cc color RGB value is (216,68,204).

#d844cc hex color red value is 216, green value is 68 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d844cc hue: 0.85 , saturation: 0.65 and the lightness value of d844cc is 0.56.

The process color (four color CMYK) of #d844cc color hex is 0.00, 0.69, 0.06, 0.15. Web safe color of #d844cc is #cc33cc. Color #d844cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000100 11001100
Octal 330 104 314
Decimal 216 68 204
Hex D8 44 CC

RGB Percentages of Color #d844cc

%44.26
%13.93
%41.80

CMYK Percentages of Color #d844cc

%0
%69
%6
%15

Triadic Colors of #d844cc

#d844cc #ccd844 #44ccd8

Analogous Colors of #d844cc

#d844cc #d84482 #9a44d8

Monochromatic Colors of #d844cc

#d844cc

Complementary Color

#d844cc #44d850

#d844cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d844cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d844cc Color CSS Codes

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

#d844cc Text Font Color

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

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


#d844cc Background Color

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

This div background color is #d844cc


#d844cc Border Color

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

This div border color is #d844cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,68,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d844cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d844cc;
  -webkit-box-shadow: 1px 1px 3px 2px #d844cc;
  box-shadow:         1px 1px 3px 2px #d844cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,68,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d844cc


Comments

No comments written yet.

Please login to write comment.