Color Hex Logo

#d306af Color Hex

#D306AF
(211,6,175)
0 Favorites   0 Comments

Color spaces of #d306af

RGB 2116175
HSL0.860.940.43
HSV311°97°83°
CMYK 0.000.970.17   0.17
XYZ34.667017.074342.0260
Yxy17.07430.36970.1821
Hunter Lab41.321177.4437-31.3767
CIE-Lab48.353579.8562-34.6640

#d306af color RGB value is (211,6,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00000110 10101111
Octal 323 6 257
Decimal 211 6 175
Hex D3 6 AF

RGB Percentages of Color #d306af

%53.83
%1.53
%44.64

CMYK Percentages of Color #d306af

%0
%97
%17
%17

Triadic Colors of #d306af

#d306af #afd306 #06afd3

Analogous Colors of #d306af

#d306af #d30649 #9106d3

Monochromatic Colors of #d306af

#d306af

Complementary Color

#d306af #06d32a

#d306af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d306af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d306af Color CSS Codes

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

#d306af Text Font Color

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

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


#d306af Background Color

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

This div background color is #d306af


#d306af Border Color

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

This div border color is #d306af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d306af


Comments

No comments written yet.

Please login to write comment.