Color Hex Logo

#d056da Color Hex

#D056DA
(208,86,218)
0 Favorites   0 Comments

Color spaces of #d056da

RGB 20886218
HSL0.820.640.60
HSV295°61°85°
CMYK 0.050.610.00   0.15
XYZ41.995125.127468.9664
Yxy25.12740.30860.1846
Hunter Lab50.127261.8193-46.4837
CIE-Lab57.199365.3088-45.5544

#d056da color RGB value is (208,86,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010110 11011010
Octal 320 126 332
Decimal 208 86 218
Hex D0 56 DA

RGB Percentages of Color #d056da

%40.63
%16.80
%42.58

CMYK Percentages of Color #d056da

%5
%61
%0
%15

Triadic Colors of #d056da

#d056da #dad056 #56dad0

Analogous Colors of #d056da

#d056da #da56a2 #8e56da

Monochromatic Colors of #d056da

#d056da

Complementary Color

#d056da #60da56

#d056da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d056da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d056da Color CSS Codes

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

#d056da Text Font Color

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

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


#d056da Background Color

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

This div background color is #d056da


#d056da Border Color

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

This div border color is #d056da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,86,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 #d056da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d056da


Comments

No comments written yet.

Please login to write comment.