Color Hex Logo

#d834cc Color Hex

#D834CC
(216,52,204)
0 Favorites   0 Comments

Color spaces of #d834cc

RGB 21652204
HSL0.850.680.53
HSV304°76°85°
CMYK 0.000.760.06   0.15
XYZ40.446021.414559.1284
Yxy21.41450.33430.1770
Hunter Lab46.275875.0300-43.3641
CIE-Lab53.400276.9431-43.5151

#d834cc color RGB value is (216,52,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110100 11001100
Octal 330 64 314
Decimal 216 52 204
Hex D8 34 CC

RGB Percentages of Color #d834cc

%45.76
%11.02
%43.22

CMYK Percentages of Color #d834cc

%0
%76
%6
%15

Triadic Colors of #d834cc

#d834cc #ccd834 #34ccd8

Analogous Colors of #d834cc

#d834cc #d8347a #9234d8

Monochromatic Colors of #d834cc

#d834cc

Complementary Color

#d834cc #34d840

#d834cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d834cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d834cc Color CSS Codes

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

#d834cc Text Font Color

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

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


#d834cc Background Color

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

This div background color is #d834cc


#d834cc Border Color

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

This div border color is #d834cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d834cc


Comments

No comments written yet.

Please login to write comment.