Color Hex Logo

#d196cb Color Hex

#D196CB
(209,150,203)
0 Favorites   0 Comments

Color spaces of #d196cb

RGB 209150203
HSL0.850.390.70
HSV306°28°82°
CMYK 0.000.280.03   0.18
XYZ47.980339.679861.6300
Yxy39.67980.32140.2658
Hunter Lab62.991925.7258-13.9138
CIE-Lab69.240930.7002-18.4731

#d196cb color RGB value is (209,150,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010110 11001011
Octal 321 226 313
Decimal 209 150 203
Hex D1 96 CB

RGB Percentages of Color #d196cb

%37.19
%26.69
%36.12

CMYK Percentages of Color #d196cb

%0
%28
%3
%18

Triadic Colors of #d196cb

#d196cb #cbd196 #96cbd1

Analogous Colors of #d196cb

#d196cb #d196ae #ba96d1

Monochromatic Colors of #d196cb

#d196cb

Complementary Color

#d196cb #96d19c

#d196cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d196cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d196cb Color CSS Codes

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

#d196cb Text Font Color

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

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


#d196cb Background Color

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

This div background color is #d196cb


#d196cb Border Color

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

This div border color is #d196cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d196cb


Comments

No comments written yet.

Please login to write comment.