Color Hex Logo

#d194bd Color Hex

#D194BD
(209,148,189)
0 Favorites   0 Comments

Color spaces of #d194bd

RGB 209148189
HSL0.890.400.70
HSV320°29°82°
CMYK 0.000.290.10   0.18
XYZ46.069738.409253.1297
Yxy38.40920.33480.2791
Hunter Lab61.975224.2328-7.4452
CIE-Lab68.321129.3084-12.0735

#d194bd color RGB value is (209,148,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010100 10111101
Octal 321 224 275
Decimal 209 148 189
Hex D1 94 BD

RGB Percentages of Color #d194bd

%38.28
%27.11
%34.62

CMYK Percentages of Color #d194bd

%0
%29
%10
%18

Triadic Colors of #d194bd

#d194bd #bdd194 #94bdd1

Analogous Colors of #d194bd

#d194bd #d1949f #c794d1

Monochromatic Colors of #d194bd

#d194bd

Complementary Color

#d194bd #94d1a8

#d194bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d194bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d194bd Color CSS Codes

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

#d194bd Text Font Color

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

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


#d194bd Background Color

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

This div background color is #d194bd


#d194bd Border Color

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

This div border color is #d194bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d194bd


Comments

No comments written yet.

Please login to write comment.