Color Hex Logo

#d156d3 Color Hex

#D156D3
(209,86,211)
0 Favorites   0 Comments

Color spaces of #d156d3

RGB 20986211
HSL0.830.590.58
HSV299°59°83°
CMYK 0.010.590.00   0.17
XYZ41.380224.914064.2559
Yxy24.91400.31700.1908
Hunter Lab49.913960.6327-41.3863
CIE-Lab56.991564.3367-41.9097

#d156d3 color RGB value is (209,86,211).

#d156d3 hex color red value is 209, green value is 86 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #d156d3 hue: 0.83 , saturation: 0.59 and the lightness value of d156d3 is 0.58.

The process color (four color CMYK) of #d156d3 color hex is 0.01, 0.59, 0.00, 0.17. Web safe color of #d156d3 is #cc66cc. Color #d156d3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010110 11010011
Octal 321 126 323
Decimal 209 86 211
Hex D1 56 D3

RGB Percentages of Color #d156d3

%41.30
%17.00
%41.70

CMYK Percentages of Color #d156d3

%1
%59
%0
%17

Triadic Colors of #d156d3

#d156d3 #d3d156 #56d3d1

Analogous Colors of #d156d3

#d156d3 #d35697 #9356d3

Monochromatic Colors of #d156d3

#d156d3

Complementary Color

#d156d3 #58d356

#d156d3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d156d3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d156d3 Color CSS Codes

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

#d156d3 Text Font Color

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

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


#d156d3 Background Color

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

This div background color is #d156d3


#d156d3 Border Color

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

This div border color is #d156d3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d156d3


Comments

No comments written yet.

Please login to write comment.