Color Hex Logo

#d211dc Color Hex

#D211DC
(210,17,220)
0 Favorites   0 Comments

Color spaces of #d211dc

RGB 21017220
HSL0.830.860.46
HSV297°92°86°
CMYK 0.050.920.00   0.14
XYZ39.697119.269869.3373
Yxy19.26980.30940.1502
Hunter Lab43.897484.6000-62.9223
CIE-Lab51.001484.9472-56.5479

#d211dc color RGB value is (210,17,220).

#d211dc hex color red value is 210, green value is 17 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d211dc hue: 0.83 , saturation: 0.86 and the lightness value of d211dc is 0.46.

The process color (four color CMYK) of #d211dc color hex is 0.05, 0.92, 0.00, 0.14. Web safe color of #d211dc is #cc00cc. Color #d211dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00010001 11011100
Octal 322 21 334
Decimal 210 17 220
Hex D2 11 DC

RGB Percentages of Color #d211dc

%46.98
%3.80
%49.22

CMYK Percentages of Color #d211dc

%5
%92
%0
%14

Triadic Colors of #d211dc

#d211dc #dcd211 #11dcd2

Analogous Colors of #d211dc

#d211dc #dc1181 #6d11dc

Monochromatic Colors of #d211dc

#d211dc

Complementary Color

#d211dc #1bdc11

#d211dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d211dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d211dc Color CSS Codes

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

#d211dc Text Font Color

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

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


#d211dc Background Color

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

This div background color is #d211dc


#d211dc Border Color

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

This div border color is #d211dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d211dc


Comments

No comments written yet.

Please login to write comment.