Color Hex Logo

#d196dc Color Hex

#D196DC
(209,150,220)
0 Favorites   0 Comments

Color spaces of #d196dc

RGB 209150220
HSL0.810.500.73
HSV291°32°86°
CMYK 0.050.320.00   0.14
XYZ50.119140.535372.8927
Yxy40.53530.30650.2479
Hunter Lab63.667329.0978-23.3140
CIE-Lab69.849133.9083-26.9440

#d196dc color RGB value is (209,150,220).

#d196dc hex color red value is 209, green value is 150 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d196dc hue: 0.81 , saturation: 0.50 and the lightness value of d196dc is 0.73.

The process color (four color CMYK) of #d196dc color hex is 0.05, 0.32, 0.00, 0.14. Web safe color of #d196dc is #cc99cc. Color #d196dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010110 11011100
Octal 321 226 334
Decimal 209 150 220
Hex D1 96 DC

RGB Percentages of Color #d196dc

%36.10
%25.91
%38.00

CMYK Percentages of Color #d196dc

%5
%32
%0
%14

Triadic Colors of #d196dc

#d196dc #dcd196 #96dcd1

Analogous Colors of #d196dc

#d196dc #dc96c4 #ae96dc

Monochromatic Colors of #d196dc

#d196dc

Complementary Color

#d196dc #a1dc96

#d196dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d196dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d196dc Color CSS Codes

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

#d196dc Text Font Color

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

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


#d196dc Background Color

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

This div background color is #d196dc


#d196dc Border Color

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

This div border color is #d196dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d196dc


Comments

No comments written yet.

Please login to write comment.