Color Hex Logo

#d191af Color Hex

#D191AF
(209,145,175)
0 Favorites   0 Comments

Color spaces of #d191af

RGB 209145175
HSL0.920.410.69
HSV332°31°82°
CMYK 0.000.310.16   0.18
XYZ44.157836.901345.3527
Yxy36.90130.34930.2919
Hunter Lab60.746423.4489-1.7428
CIE-Lab67.202928.6182-5.9102

#d191af color RGB value is (209,145,175).

#d191af hex color red value is 209, green value is 145 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d191af hue: 0.92 , saturation: 0.41 and the lightness value of d191af is 0.69.

The process color (four color CMYK) of #d191af color hex is 0.00, 0.31, 0.16, 0.18. Web safe color of #d191af is #cc9999. Color #d191af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010001 10101111
Octal 321 221 257
Decimal 209 145 175
Hex D1 91 AF

RGB Percentages of Color #d191af

%39.51
%27.41
%33.08

CMYK Percentages of Color #d191af

%0
%31
%16
%18

Triadic Colors of #d191af

#d191af #afd191 #91afd1

Analogous Colors of #d191af

#d191af #d19391 #d191cf

Monochromatic Colors of #d191af

#d191af

Complementary Color

#d191af #91d1b3

#d191af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d191af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d191af Color CSS Codes

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

#d191af Text Font Color

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

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


#d191af Background Color

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

This div background color is #d191af


#d191af Border Color

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

This div border color is #d191af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d191af


Comments

No comments written yet.

Please login to write comment.