Color Hex Logo

#d301dc Color Hex

#D301DC
(211,1,220)
0 Favorites   0 Comments

Color spaces of #d301dc

RGB 2111220
HSL0.830.990.43
HSV298°100°86°
CMYK 0.041.000.00   0.14
XYZ39.793119.037969.2875
Yxy19.03790.31060.1486
Hunter Lab43.632486.4365-63.6087
CIE-Lab50.731586.4114-56.9720

#d301dc color RGB value is (211,1,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00000001 11011100
Octal 323 1 334
Decimal 211 1 220
Hex D3 1 DC

RGB Percentages of Color #d301dc

%48.84
%0.23
%50.93

CMYK Percentages of Color #d301dc

%4
%100
%0
%14

Triadic Colors of #d301dc

#d301dc #dcd301 #01dcd3

Analogous Colors of #d301dc

#d301dc #dc0178 #6601dc

Monochromatic Colors of #d301dc

#d301dc

Complementary Color

#d301dc #0adc01

#d301dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d301dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d301dc Color CSS Codes

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

#d301dc Text Font Color

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

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


#d301dc Background Color

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

This div background color is #d301dc


#d301dc Border Color

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

This div border color is #d301dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d301dc


Comments

No comments written yet.

Please login to write comment.