Color Hex Logo

#d196be Color Hex

#D196BE
(209,150,190)
0 Favorites   0 Comments

Color spaces of #d196be

RGB 209150190
HSL0.890.390.70
HSV319°28°82°
CMYK 0.000.280.09   0.18
XYZ46.495139.085753.8089
Yxy39.08570.33360.2804
Hunter Lab62.518623.3431-7.2671
CIE-Lab68.813328.3922-11.8930

#d196be color RGB value is (209,150,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010110 10111110
Octal 321 226 276
Decimal 209 150 190
Hex D1 96 BE

RGB Percentages of Color #d196be

%38.07
%27.32
%34.61

CMYK Percentages of Color #d196be

%0
%28
%9
%18

Triadic Colors of #d196be

#d196be #bed196 #96bed1

Analogous Colors of #d196be

#d196be #d196a1 #c796d1

Monochromatic Colors of #d196be

#d196be

Complementary Color

#d196be #96d1a9

#d196be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d196be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d196be Color CSS Codes

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

#d196be Text Font Color

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

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


#d196be Background Color

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

This div background color is #d196be


#d196be Border Color

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

This div border color is #d196be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d196be


Comments

No comments written yet.

Please login to write comment.