Color Hex Logo

#d190bd Color Hex

#D190BD
(209,144,189)
0 Favorites   0 Comments

Color spaces of #d190bd

RGB 209144189
HSL0.880.410.69
HSV318°31°82°
CMYK 0.000.310.10   0.18
XYZ45.453137.176052.9242
Yxy37.17600.33530.2743
Hunter Lab60.972126.3658-8.7836
CIE-Lab67.408931.4805-13.4431

#d190bd color RGB value is (209,144,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010000 10111101
Octal 321 220 275
Decimal 209 144 189
Hex D1 90 BD

RGB Percentages of Color #d190bd

%38.56
%26.57
%34.87

CMYK Percentages of Color #d190bd

%0
%31
%10
%18

Triadic Colors of #d190bd

#d190bd #bdd190 #90bdd1

Analogous Colors of #d190bd

#d190bd #d1909d #c590d1

Monochromatic Colors of #d190bd

#d190bd

Complementary Color

#d190bd #90d1a4

#d190bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d190bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d190bd Color CSS Codes

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

#d190bd Text Font Color

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

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


#d190bd Background Color

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

This div background color is #d190bd


#d190bd Border Color

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

This div border color is #d190bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d190bd


Comments

No comments written yet.

Please login to write comment.