Color Hex Logo

#d844cd Color Hex

#D844CD
(216,68,205)
0 Favorites   0 Comments

Color spaces of #d844cd

RGB 21668205
HSL0.850.650.56
HSV304°69°85°
CMYK 0.000.690.05   0.15
XYZ41.405523.141060.0419
Yxy23.14100.33230.1857
Hunter Lab48.105169.4564-40.3287
CIE-Lab55.217372.0616-41.2182

#d844cd color RGB value is (216,68,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000100 11001101
Octal 330 104 315
Decimal 216 68 205
Hex D8 44 CD

RGB Percentages of Color #d844cd

%44.17
%13.91
%41.92

CMYK Percentages of Color #d844cd

%0
%69
%5
%15

Triadic Colors of #d844cd

#d844cd #cdd844 #44cdd8

Analogous Colors of #d844cd

#d844cd #d84483 #9944d8

Monochromatic Colors of #d844cd

#d844cd

Complementary Color

#d844cd #44d84f

#d844cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d844cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d844cd Color CSS Codes

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

#d844cd Text Font Color

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

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


#d844cd Background Color

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

This div background color is #d844cd


#d844cd Border Color

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

This div border color is #d844cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d844cd


Comments

No comments written yet.

Please login to write comment.