Color Hex Logo

#d156be Color Hex

#D156BE
(209,86,190)
0 Favorites   0 Comments

Color spaces of #d156be

RGB 20986190
HSL0.860.570.58
HSV309°59°82°
CMYK 0.000.590.09   0.18
XYZ38.916523.928651.2827
Yxy23.92860.34100.2097
Hunter Lab48.916956.4037-27.9157
CIE-Lab56.016260.8654-31.4427

#d156be color RGB value is (209,86,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010110 10111110
Octal 321 126 276
Decimal 209 86 190
Hex D1 56 BE

RGB Percentages of Color #d156be

%43.09
%17.73
%39.18

CMYK Percentages of Color #d156be

%0
%59
%9
%18

Triadic Colors of #d156be

#d156be #bed156 #56bed1

Analogous Colors of #d156be

#d156be #d15681 #a756d1

Monochromatic Colors of #d156be

#d156be

Complementary Color

#d156be #56d169

#d156be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d156be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d156be Color CSS Codes

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

#d156be Text Font Color

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

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


#d156be Background Color

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

This div background color is #d156be


#d156be Border Color

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

This div border color is #d156be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d156be


Comments

No comments written yet.

Please login to write comment.