Color Hex Logo

#d16bc4 Color Hex

#D16BC4
(209,107,196)
0 Favorites   0 Comments

Color spaces of #d16bc4

RGB 209107196
HSL0.850.530.62
HSV308°49°82°
CMYK 0.000.490.06   0.18
XYZ41.516028.056255.4518
Yxy28.05620.33210.2244
Hunter Lab52.968147.2128-24.9925
CIE-Lab59.939552.0441-28.7859

#d16bc4 color RGB value is (209,107,196).

#d16bc4 hex color red value is 209, green value is 107 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #d16bc4 hue: 0.85 , saturation: 0.53 and the lightness value of d16bc4 is 0.62.

The process color (four color CMYK) of #d16bc4 color hex is 0.00, 0.49, 0.06, 0.18. Web safe color of #d16bc4 is #cc66cc. Color #d16bc4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101011 11000100
Octal 321 153 304
Decimal 209 107 196
Hex D1 6B C4

RGB Percentages of Color #d16bc4

%40.82
%20.90
%38.28

CMYK Percentages of Color #d16bc4

%0
%49
%6
%18

Triadic Colors of #d16bc4

#d16bc4 #c4d16b #6bc4d1

Analogous Colors of #d16bc4

#d16bc4 #d16b91 #ab6bd1

Monochromatic Colors of #d16bc4

#d16bc4

Complementary Color

#d16bc4 #6bd178

#d16bc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16bc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16bc4 Color CSS Codes

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

#d16bc4 Text Font Color

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

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


#d16bc4 Background Color

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

This div background color is #d16bc4


#d16bc4 Border Color

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

This div border color is #d16bc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16bc4


Comments

No comments written yet.

Please login to write comment.