Color Hex Logo

#d16acb Color Hex

#D16ACB
(209,106,203)
0 Favorites   0 Comments

Color spaces of #d16acb

RGB 209106203
HSL0.840.530.62
HSV303°49°82°
CMYK 0.000.490.03   0.18
XYZ42.228028.175259.7126
Yxy28.17520.32450.2165
Hunter Lab53.080349.1150-29.5419
CIE-Lab60.046753.7384-32.5913

#d16acb color RGB value is (209,106,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101010 11001011
Octal 321 152 313
Decimal 209 106 203
Hex D1 6A CB

RGB Percentages of Color #d16acb

%40.35
%20.46
%39.19

CMYK Percentages of Color #d16acb

%0
%49
%3
%18

Triadic Colors of #d16acb

#d16acb #cbd16a #6acbd1

Analogous Colors of #d16acb

#d16acb #d16a98 #a46ad1

Monochromatic Colors of #d16acb

#d16acb

Complementary Color

#d16acb #6ad170

#d16acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16acb Color CSS Codes

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

#d16acb Text Font Color

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

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


#d16acb Background Color

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

This div background color is #d16acb


#d16acb Border Color

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

This div border color is #d16acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16acb


Comments

No comments written yet.

Please login to write comment.