Color Hex Logo

#d191bd Color Hex

#D191BD
(209,145,189)
0 Favorites   0 Comments

Color spaces of #d191bd

RGB 209145189
HSL0.890.410.69
HSV319°31°82°
CMYK 0.000.310.10   0.18
XYZ45.605237.480252.9749
Yxy37.48020.33520.2755
Hunter Lab61.221125.8325-8.4492
CIE-Lab67.635830.9382-13.1021

#d191bd color RGB value is (209,145,189).

#d191bd hex color red value is 209, green value is 145 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d191bd hue: 0.89 , saturation: 0.41 and the lightness value of d191bd is 0.69.

The process color (four color CMYK) of #d191bd color hex is 0.00, 0.31, 0.10, 0.18. Web safe color of #d191bd is #cc99cc. Color #d191bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010001 10111101
Octal 321 221 275
Decimal 209 145 189
Hex D1 91 BD

RGB Percentages of Color #d191bd

%38.49
%26.70
%34.81

CMYK Percentages of Color #d191bd

%0
%31
%10
%18

Triadic Colors of #d191bd

#d191bd #bdd191 #91bdd1

Analogous Colors of #d191bd

#d191bd #d1919d #c591d1

Monochromatic Colors of #d191bd

#d191bd

Complementary Color

#d191bd #91d1a5

#d191bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d191bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d191bd Color CSS Codes

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

#d191bd Text Font Color

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

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


#d191bd Background Color

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

This div background color is #d191bd


#d191bd Border Color

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

This div border color is #d191bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d191bd


Comments

No comments written yet.

Please login to write comment.