Color Hex Logo

#d311dc Color Hex

#D311DC
(211,17,220)
0 Favorites   0 Comments

Color spaces of #d311dc

RGB 21117220
HSL0.830.860.46
HSV297°92°86°
CMYK 0.040.920.00   0.14
XYZ39.982719.417169.3507
Yxy19.41710.31050.1508
Hunter Lab44.064884.8504-62.4672
CIE-Lab51.171785.1073-56.2654

#d311dc color RGB value is (211,17,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00010001 11011100
Octal 323 21 334
Decimal 211 17 220
Hex D3 11 DC

RGB Percentages of Color #d311dc

%47.10
%3.79
%49.11

CMYK Percentages of Color #d311dc

%4
%92
%0
%14

Triadic Colors of #d311dc

#d311dc #dcd311 #11dcd3

Analogous Colors of #d311dc

#d311dc #dc1180 #6e11dc

Monochromatic Colors of #d311dc

#d311dc

Complementary Color

#d311dc #1adc11

#d311dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d311dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d311dc Color CSS Codes

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

#d311dc Text Font Color

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

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


#d311dc Background Color

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

This div background color is #d311dc


#d311dc Border Color

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

This div border color is #d311dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d311dc


Comments

No comments written yet.

Please login to write comment.