Color Hex Logo

#d291af Color Hex

#D291AF
(210,145,175)
0 Favorites   0 Comments

Color spaces of #d291af

RGB 210145175
HSL0.920.420.70
HSV332°31°82°
CMYK 0.000.310.17   0.18
XYZ44.441637.047645.3660
Yxy37.04760.35030.2920
Hunter Lab60.866723.8142-1.5841
CIE-Lab67.312728.9727-5.7354

#d291af color RGB value is (210,145,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10010001 10101111
Octal 322 221 257
Decimal 210 145 175
Hex D2 91 AF

RGB Percentages of Color #d291af

%39.62
%27.36
%33.02

CMYK Percentages of Color #d291af

%0
%31
%17
%18

Triadic Colors of #d291af

#d291af #afd291 #91afd2

Analogous Colors of #d291af

#d291af #d29491 #d291d0

Monochromatic Colors of #d291af

#d291af

Complementary Color

#d291af #91d2b4

#d291af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d291af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d291af Color CSS Codes

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

#d291af Text Font Color

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

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


#d291af Background Color

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

This div background color is #d291af


#d291af Border Color

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

This div border color is #d291af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d291af

#d291af Color Palettes


Comments

No comments written yet.

Please login to write comment.