Color Hex Logo

#d306aa Color Hex

#D306AA
(211,6,170)
0 Favorites   0 Comments

Color spaces of #d306aa

RGB 2116170
HSL0.870.940.43
HSV312°97°83°
CMYK 0.000.970.19   0.17
XYZ34.184816.881439.4869
Yxy16.88140.37750.1864
Hunter Lab41.087076.6117-28.2201
CIE-Lab48.110379.2407-32.0896

#d306aa color RGB value is (211,6,170).

#d306aa hex color red value is 211, green value is 6 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d306aa hue: 0.87 , saturation: 0.94 and the lightness value of d306aa is 0.43.

The process color (four color CMYK) of #d306aa color hex is 0.00, 0.97, 0.19, 0.17. Web safe color of #d306aa is #cc0099. Color #d306aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00000110 10101010
Octal 323 6 252
Decimal 211 6 170
Hex D3 6 AA

RGB Percentages of Color #d306aa

%54.52
%1.55
%43.93

CMYK Percentages of Color #d306aa

%0
%97
%19
%17

Triadic Colors of #d306aa

#d306aa #aad306 #06aad3

Analogous Colors of #d306aa

#d306aa #d30644 #9606d3

Monochromatic Colors of #d306aa

#d306aa

Complementary Color

#d306aa #06d32f

#d306aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d306aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d306aa Color CSS Codes

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

#d306aa Text Font Color

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

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


#d306aa Background Color

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

This div background color is #d306aa


#d306aa Border Color

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

This div border color is #d306aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d306aa


Comments

No comments written yet.

Please login to write comment.