Color Hex Logo

#d831cc Color Hex

#D831CC
(216,49,204)
0 Favorites   0 Comments

Color spaces of #d831cc

RGB 21649204
HSL0.850.680.52
HSV304°77°85°
CMYK 0.000.770.06   0.15
XYZ40.316321.155259.0852
Yxy21.15520.33440.1755
Hunter Lab45.994875.9717-43.9680
CIE-Lab53.118977.7530-43.9603

#d831cc color RGB value is (216,49,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110001 11001100
Octal 330 61 314
Decimal 216 49 204
Hex D8 31 CC

RGB Percentages of Color #d831cc

%46.06
%10.45
%43.50

CMYK Percentages of Color #d831cc

%0
%77
%6
%15

Triadic Colors of #d831cc

#d831cc #ccd831 #31ccd8

Analogous Colors of #d831cc

#d831cc #d83179 #9131d8

Monochromatic Colors of #d831cc

#d831cc

Complementary Color

#d831cc #31d83d

#d831cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d831cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d831cc Color CSS Codes

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

#d831cc Text Font Color

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

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


#d831cc Background Color

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

This div background color is #d831cc


#d831cc Border Color

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

This div border color is #d831cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d831cc


Comments

No comments written yet.

Please login to write comment.