Color Hex Logo

#d06fda Color Hex

#D06FDA
(208,111,218)
0 Favorites   0 Comments

Color spaces of #d06fda

RGB 208111218
HSL0.820.590.65
HSV294°49°85°
CMYK 0.050.490.00   0.15
XYZ44.351829.840769.7519
Yxy29.84070.30810.2073
Hunter Lab54.626649.3289-37.4678
CIE-Lab61.516553.6947-38.7606

#d06fda color RGB value is (208,111,218).

#d06fda hex color red value is 208, green value is 111 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d06fda hue: 0.82 , saturation: 0.59 and the lightness value of d06fda is 0.65.

The process color (four color CMYK) of #d06fda color hex is 0.05, 0.49, 0.00, 0.15. Web safe color of #d06fda is #cc66cc. Color #d06fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01101111 11011010
Octal 320 157 332
Decimal 208 111 218
Hex D0 6F DA

RGB Percentages of Color #d06fda

%38.73
%20.67
%40.60

CMYK Percentages of Color #d06fda

%5
%49
%0
%15

Triadic Colors of #d06fda

#d06fda #dad06f #6fdad0

Analogous Colors of #d06fda

#d06fda #da6faf #9b6fda

Monochromatic Colors of #d06fda

#d06fda

Complementary Color

#d06fda #79da6f

#d06fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06fda Color CSS Codes

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

#d06fda Text Font Color

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

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


#d06fda Background Color

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

This div background color is #d06fda


#d06fda Border Color

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

This div border color is #d06fda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,111,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d06fda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d06fda;
  -webkit-box-shadow: 1px 1px 3px 2px #d06fda;
  box-shadow:         1px 1px 3px 2px #d06fda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,111,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06fda


Comments

No comments written yet.

Please login to write comment.