Color Hex Logo

#d06cde Color Hex

#D06CDE
(208,108,222)
0 Favorites   0 Comments

Color spaces of #d06cde

RGB 208108222
HSL0.810.630.65
HSV293°51°87°
CMYK 0.060.510.00   0.13
XYZ44.559829.408972.4352
Yxy29.40890.30440.2009
Hunter Lab54.230051.7678-41.2329
CIE-Lab61.140855.9195-41.5915

#d06cde color RGB value is (208,108,222).

#d06cde hex color red value is 208, green value is 108 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d06cde hue: 0.81 , saturation: 0.63 and the lightness value of d06cde is 0.65.

The process color (four color CMYK) of #d06cde color hex is 0.06, 0.51, 0.00, 0.13. Web safe color of #d06cde is #cc66cc. Color #d06cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01101100 11011110
Octal 320 154 336
Decimal 208 108 222
Hex D0 6C DE

RGB Percentages of Color #d06cde

%38.66
%20.07
%41.26

CMYK Percentages of Color #d06cde

%6
%51
%0
%13

Triadic Colors of #d06cde

#d06cde #ded06c #6cded0

Analogous Colors of #d06cde

#d06cde #de6cb3 #976cde

Monochromatic Colors of #d06cde

#d06cde

Complementary Color

#d06cde #7ade6c

#d06cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06cde Color CSS Codes

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

#d06cde Text Font Color

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

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


#d06cde Background Color

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

This div background color is #d06cde


#d06cde Border Color

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

This div border color is #d06cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06cde


Comments

No comments written yet.

Please login to write comment.