Color Hex Logo

#d156df Color Hex

#D156DF
(209,86,223)
0 Favorites   0 Comments

Color spaces of #d156df

RGB 20986223
HSL0.820.680.61
HSV294°61°87°
CMYK 0.060.610.00   0.13
XYZ42.941625.538672.4782
Yxy25.53860.30460.1812
Hunter Lab50.535763.2388-49.6585
CIE-Lab57.596566.4368-47.7369

#d156df color RGB value is (209,86,223).

#d156df hex color red value is 209, green value is 86 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d156df hue: 0.82 , saturation: 0.68 and the lightness value of d156df is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010110 11011111
Octal 321 126 337
Decimal 209 86 223
Hex D1 56 DF

RGB Percentages of Color #d156df

%40.35
%16.60
%43.05

CMYK Percentages of Color #d156df

%6
%61
%0
%13

Triadic Colors of #d156df

#d156df #dfd156 #56dfd1

Analogous Colors of #d156df

#d156df #df56a9 #8d56df

Monochromatic Colors of #d156df

#d156df

Complementary Color

#d156df #64df56

#d156df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d156df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d156df Color CSS Codes

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

#d156df Text Font Color

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

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


#d156df Background Color

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

This div background color is #d156df


#d156df Border Color

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

This div border color is #d156df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d156df


Comments

No comments written yet.

Please login to write comment.