Color Hex Logo

#d934dc Color Hex

#D934DC
(217,52,220)
0 Favorites   0 Comments

Color spaces of #d934dc

RGB 21752220
HSL0.830.710.53
HSV299°76°86°
CMYK 0.010.760.00   0.14
XYZ42.761522.375069.7752
Yxy22.37500.31700.1658
Hunter Lab47.302278.5862-54.3467
CIE-Lab54.422679.5800-51.0107

#d934dc color RGB value is (217,52,220).

#d934dc hex color red value is 217, green value is 52 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d934dc hue: 0.83 , saturation: 0.71 and the lightness value of d934dc is 0.53.

The process color (four color CMYK) of #d934dc color hex is 0.01, 0.76, 0.00, 0.14. Web safe color of #d934dc is #cc33cc. Color #d934dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110100 11011100
Octal 331 64 334
Decimal 217 52 220
Hex D9 34 DC

RGB Percentages of Color #d934dc

%44.38
%10.63
%44.99

CMYK Percentages of Color #d934dc

%1
%76
%0
%14

Triadic Colors of #d934dc

#d934dc #dcd934 #34dcd9

Analogous Colors of #d934dc

#d934dc #dc348b #8534dc

Monochromatic Colors of #d934dc

#d934dc

Complementary Color

#d934dc #37dc34

#d934dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d934dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d934dc Color CSS Codes

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

#d934dc Text Font Color

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

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


#d934dc Background Color

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

This div background color is #d934dc


#d934dc Border Color

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

This div border color is #d934dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,52,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d934dc


Comments

No comments written yet.

Please login to write comment.