Color Hex Logo

#d306dc Color Hex

#D306DC
(211,6,220)
0 Favorites   0 Comments

Color spaces of #d306dc

RGB 2116220
HSL0.830.950.44
HSV297°97°86°
CMYK 0.040.970.00   0.14
XYZ39.847419.146469.3056
Yxy19.14640.31060.1492
Hunter Lab43.756685.9788-63.2792
CIE-Lab50.858086.0361-56.7688

#d306dc color RGB value is (211,6,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00000110 11011100
Octal 323 6 334
Decimal 211 6 220
Hex D3 6 DC

RGB Percentages of Color #d306dc

%48.28
%1.37
%50.34

CMYK Percentages of Color #d306dc

%4
%97
%0
%14

Triadic Colors of #d306dc

#d306dc #dcd306 #06dcd3

Analogous Colors of #d306dc

#d306dc #dc067a #6806dc

Monochromatic Colors of #d306dc

#d306dc

Complementary Color

#d306dc #0fdc06

#d306dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d306dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d306dc Color CSS Codes

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

#d306dc Text Font Color

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

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


#d306dc Background Color

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

This div background color is #d306dc


#d306dc Border Color

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

This div border color is #d306dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d306dc


Comments

No comments written yet.

Please login to write comment.