Color Hex Logo

#d167bf Color Hex

#D167BF
(209,103,191)
0 Favorites   0 Comments

Color spaces of #d167bf

RGB 209103191
HSL0.860.540.61
HSV310°51°82°
CMYK 0.000.510.09   0.18
XYZ40.548727.017452.3679
Yxy27.01740.33810.2253
Hunter Lab51.978348.2875-23.3497
CIE-Lab58.990453.1653-27.4047

#d167bf color RGB value is (209,103,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100111 10111111
Octal 321 147 277
Decimal 209 103 191
Hex D1 67 BF

RGB Percentages of Color #d167bf

%41.55
%20.48
%37.97

CMYK Percentages of Color #d167bf

%0
%51
%9
%18

Triadic Colors of #d167bf

#d167bf #bfd167 #67bfd1

Analogous Colors of #d167bf

#d167bf #d1678a #ae67d1

Monochromatic Colors of #d167bf

#d167bf

Complementary Color

#d167bf #67d179

#d167bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d167bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d167bf Color CSS Codes

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

#d167bf Text Font Color

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

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


#d167bf Background Color

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

This div background color is #d167bf


#d167bf Border Color

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

This div border color is #d167bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d167bf


Comments

No comments written yet.

Please login to write comment.