Color Hex Logo

#d194cb Color Hex

#D194CB
(209,148,203)
0 Favorites   0 Comments

Color spaces of #d194cb

RGB 209148203
HSL0.850.400.70
HSV306°29°82°
CMYK 0.000.290.03   0.18
XYZ47.663939.046961.5246
Yxy39.04690.32150.2634
Hunter Lab62.487526.8021-14.6351
CIE-Lab68.785231.7871-19.1643

#d194cb color RGB value is (209,148,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010100 11001011
Octal 321 224 313
Decimal 209 148 203
Hex D1 94 CB

RGB Percentages of Color #d194cb

%37.32
%26.43
%36.25

CMYK Percentages of Color #d194cb

%0
%29
%3
%18

Triadic Colors of #d194cb

#d194cb #cbd194 #94cbd1

Analogous Colors of #d194cb

#d194cb #d194ad #b994d1

Monochromatic Colors of #d194cb

#d194cb

Complementary Color

#d194cb #94d19a

#d194cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d194cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d194cb Color CSS Codes

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

#d194cb Text Font Color

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

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


#d194cb Background Color

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

This div background color is #d194cb


#d194cb Border Color

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

This div border color is #d194cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d194cb


Comments

No comments written yet.

Please login to write comment.