Color Hex Logo

#d056ec Color Hex

#D056EC
(208,86,236)
0 Favorites   0 Comments

Color spaces of #d056ec

RGB 20886236
HSL0.800.800.63
HSV289°64°93°
CMYK 0.120.640.00   0.07
XYZ44.480526.121682.0545
Yxy26.12160.29140.1711
Hunter Lab51.109365.9076-59.4119
CIE-Lab58.152368.5705-54.1538

#d056ec color RGB value is (208,86,236).

#d056ec hex color red value is 208, green value is 86 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d056ec hue: 0.80 , saturation: 0.80 and the lightness value of d056ec is 0.63.

The process color (four color CMYK) of #d056ec color hex is 0.12, 0.64, 0.00, 0.07. Web safe color of #d056ec is #cc66ff. Color #d056ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010110 11101100
Octal 320 126 354
Decimal 208 86 236
Hex D0 56 EC

RGB Percentages of Color #d056ec

%39.25
%16.23
%44.53

CMYK Percentages of Color #d056ec

%12
%64
%0
%7

Triadic Colors of #d056ec

#d056ec #ecd056 #56ecd0

Analogous Colors of #d056ec

#d056ec #ec56bd #8556ec

Monochromatic Colors of #d056ec

#d056ec

Complementary Color

#d056ec #72ec56

#d056ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d056ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d056ec Color CSS Codes

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

#d056ec Text Font Color

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

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


#d056ec Background Color

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

This div background color is #d056ec


#d056ec Border Color

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

This div border color is #d056ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d056ec


Comments

No comments written yet.

Please login to write comment.