Color Hex Logo

#d84ccd Color Hex

#D84CCD
(216,76,205)
0 Favorites   0 Comments

Color spaces of #d84ccd

RGB 21676205
HSL0.850.640.57
HSV305°65°85°
CMYK 0.000.650.05   0.15
XYZ41.922824.175660.2144
Yxy24.17560.33190.1914
Hunter Lab49.168766.1496-38.1914
CIE-Lab56.263269.1253-39.5719

#d84ccd color RGB value is (216,76,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01001100 11001101
Octal 330 114 315
Decimal 216 76 205
Hex D8 4C CD

RGB Percentages of Color #d84ccd

%43.46
%15.29
%41.25

CMYK Percentages of Color #d84ccd

%0
%65
%5
%15

Triadic Colors of #d84ccd

#d84ccd #cdd84c #4ccdd8

Analogous Colors of #d84ccd

#d84ccd #d84c87 #9d4cd8

Monochromatic Colors of #d84ccd

#d84ccd

Complementary Color

#d84ccd #4cd857

#d84ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d84ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d84ccd Color CSS Codes

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

#d84ccd Text Font Color

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

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


#d84ccd Background Color

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

This div background color is #d84ccd


#d84ccd Border Color

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

This div border color is #d84ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d84ccd


Comments

No comments written yet.

Please login to write comment.