Color Hex Logo

#d194b9 Color Hex

#D194B9
(209,148,185)
0 Favorites   0 Comments

Color spaces of #d194b9

RGB 209148185
HSL0.900.400.70
HSV324°29°82°
CMYK 0.000.290.11   0.18
XYZ45.641438.237950.8740
Yxy38.23790.33870.2838
Hunter Lab61.836823.5355-5.4930
CIE-Lab68.195628.6286-10.0293

#d194b9 color RGB value is (209,148,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010100 10111001
Octal 321 224 271
Decimal 209 148 185
Hex D1 94 B9

RGB Percentages of Color #d194b9

%38.56
%27.31
%34.13

CMYK Percentages of Color #d194b9

%0
%29
%11
%18

Triadic Colors of #d194b9

#d194b9 #b9d194 #94b9d1

Analogous Colors of #d194b9

#d194b9 #d1949b #cb94d1

Monochromatic Colors of #d194b9

#d194b9

Complementary Color

#d194b9 #94d1ac

#d194b9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d194b9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d194b9 Color CSS Codes

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

#d194b9 Text Font Color

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

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


#d194b9 Background Color

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

This div background color is #d194b9


#d194b9 Border Color

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

This div border color is #d194b9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d194b9


Comments

No comments written yet.

Please login to write comment.