Color Hex Logo

#d167ba Color Hex

#D167BA
(209,103,186)
0 Favorites   0 Comments

Color spaces of #d167ba

RGB 209103186
HSL0.870.540.61
HSV313°51°82°
CMYK 0.000.510.11   0.18
XYZ40.007726.801049.5188
Yxy26.80100.34390.2304
Hunter Lab51.769747.3482-20.4734
CIE-Lab58.789752.3491-24.8559

#d167ba color RGB value is (209,103,186).

#d167ba hex color red value is 209, green value is 103 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d167ba hue: 0.87 , saturation: 0.54 and the lightness value of d167ba is 0.61.

The process color (four color CMYK) of #d167ba color hex is 0.00, 0.51, 0.11, 0.18. Web safe color of #d167ba is #cc66cc. Color #d167ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100111 10111010
Octal 321 147 272
Decimal 209 103 186
Hex D1 67 BA

RGB Percentages of Color #d167ba

%41.97
%20.68
%37.35

CMYK Percentages of Color #d167ba

%0
%51
%11
%18

Triadic Colors of #d167ba

#d167ba #bad167 #67bad1

Analogous Colors of #d167ba

#d167ba #d16785 #b367d1

Monochromatic Colors of #d167ba

#d167ba

Complementary Color

#d167ba #67d17e

#d167ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d167ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d167ba Color CSS Codes

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

#d167ba Text Font Color

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

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


#d167ba Background Color

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

This div background color is #d167ba


#d167ba Border Color

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

This div border color is #d167ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d167ba


Comments

No comments written yet.

Please login to write comment.