Color Hex Logo

#d056be Color Hex

#D056BE
(208,86,190)
0 Favorites   0 Comments

Color spaces of #d056be

RGB 20886190
HSL0.860.560.58
HSV309°59°82°
CMYK 0.000.590.09   0.18
XYZ38.634523.783251.2695
Yxy23.78320.33980.2092
Hunter Lab48.768056.0654-28.1936
CIE-Lab55.870160.5964-31.6813

#d056be color RGB value is (208,86,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010110 10111110
Octal 320 126 276
Decimal 208 86 190
Hex D0 56 BE

RGB Percentages of Color #d056be

%42.98
%17.77
%39.26

CMYK Percentages of Color #d056be

%0
%59
%9
%18

Triadic Colors of #d056be

#d056be #bed056 #56bed0

Analogous Colors of #d056be

#d056be #d05681 #a556d0

Monochromatic Colors of #d056be

#d056be

Complementary Color

#d056be #56d068

#d056be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d056be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d056be Color CSS Codes

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

#d056be Text Font Color

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

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


#d056be Background Color

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

This div background color is #d056be


#d056be Border Color

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

This div border color is #d056be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d056be


Comments

No comments written yet.

Please login to write comment.