Color Hex Logo

#d056ce Color Hex

#D056CE
(208,86,206)
0 Favorites   0 Comments

Color spaces of #d056ce

RGB 20886206
HSL0.840.560.58
HSV301°59°82°
CMYK 0.000.590.01   0.18
XYZ40.480824.521760.9921
Yxy24.52170.32130.1946
Hunter Lab49.519459.2601-38.3628
CIE-Lab56.606463.2311-39.6839

#d056ce color RGB value is (208,86,206).

#d056ce hex color red value is 208, green value is 86 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d056ce hue: 0.84 , saturation: 0.56 and the lightness value of d056ce is 0.58.

The process color (four color CMYK) of #d056ce color hex is 0.00, 0.59, 0.01, 0.18. Web safe color of #d056ce is #cc66cc. Color #d056ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010110 11001110
Octal 320 126 316
Decimal 208 86 206
Hex D0 56 CE

RGB Percentages of Color #d056ce

%41.60
%17.20
%41.20

CMYK Percentages of Color #d056ce

%0
%59
%1
%18

Triadic Colors of #d056ce

#d056ce #ced056 #56ced0

Analogous Colors of #d056ce

#d056ce #d05691 #9556d0

Monochromatic Colors of #d056ce

#d056ce

Complementary Color

#d056ce #56d058

#d056ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d056ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d056ce Color CSS Codes

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

#d056ce Text Font Color

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

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


#d056ce Background Color

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

This div background color is #d056ce


#d056ce Border Color

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

This div border color is #d056ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d056ce


Comments

No comments written yet.

Please login to write comment.