Color Hex Logo

#d168af Color Hex

#D168AF
(209,104,175)
0 Favorites   0 Comments

Color spaces of #d168af

RGB 209104175
HSL0.890.530.61
HSV319°50°82°
CMYK 0.000.500.16   0.18
XYZ38.982726.551143.6277
Yxy26.55110.35710.2432
Hunter Lab51.527844.8684-14.1304
CIE-Lab58.556550.1264-18.8996

#d168af color RGB value is (209,104,175).

#d168af hex color red value is 209, green value is 104 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d168af hue: 0.89 , saturation: 0.53 and the lightness value of d168af is 0.61.

The process color (four color CMYK) of #d168af color hex is 0.00, 0.50, 0.16, 0.18. Web safe color of #d168af is #cc6699. Color #d168af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101000 10101111
Octal 321 150 257
Decimal 209 104 175
Hex D1 68 AF

RGB Percentages of Color #d168af

%42.83
%21.31
%35.86

CMYK Percentages of Color #d168af

%0
%50
%16
%18

Triadic Colors of #d168af

#d168af #afd168 #68afd1

Analogous Colors of #d168af

#d168af #d1687b #bf68d1

Monochromatic Colors of #d168af

#d168af

Complementary Color

#d168af #68d18a

#d168af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d168af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d168af Color CSS Codes

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

#d168af Text Font Color

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

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


#d168af Background Color

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

This div background color is #d168af


#d168af Border Color

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

This div border color is #d168af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d168af


Comments

No comments written yet.

Please login to write comment.