Color Hex Logo

#d306ff Color Hex

#D306FF
(211,6,255)
0 Favorites   0 Comments

Color spaces of #d306ff

RGB 2116255
HSL0.801.000.51
HSV289°98°100°
CMYK 0.170.980.00   0.00
XYZ44.979121.199196.3289
Yxy21.19910.27680.1305
Hunter Lab46.042593.8031-91.8153
CIE-Lab53.166791.5052-72.7445

#d306ff color RGB value is (211,6,255).

#d306ff hex color red value is 211, green value is 6 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d306ff hue: 0.80 , saturation: 1.00 and the lightness value of d306ff is 0.51.

The process color (four color CMYK) of #d306ff color hex is 0.17, 0.98, 0.00, 0.00. Web safe color of #d306ff is #cc00ff. Color #d306ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00000110 11111111
Octal 323 6 377
Decimal 211 6 255
Hex D3 6 FF

RGB Percentages of Color #d306ff

%44.70
%1.27
%54.03

CMYK Percentages of Color #d306ff

%17
%98
%0
%0

Triadic Colors of #d306ff

#d306ff #ffd306 #06ffd3

Analogous Colors of #d306ff

#d306ff #ff06af #5706ff

Monochromatic Colors of #d306ff

#d306ff

Complementary Color

#d306ff #32ff06

#d306ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d306ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d306ff Color CSS Codes

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

#d306ff Text Font Color

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

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


#d306ff Background Color

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

This div background color is #d306ff


#d306ff Border Color

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

This div border color is #d306ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,6,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d306ff


Comments

No comments written yet.

Please login to write comment.