Color Hex Logo

#d947ab Color Hex

#D947AB
(217,71,171)
0 Favorites   0 Comments

Color spaces of #d947ab

RGB 21771171
HSL0.890.660.56
HSV319°67°85°
CMYK 0.000.670.21   0.15
XYZ38.219222.198540.7984
Yxy22.19850.37760.2193
Hunter Lab47.115362.3447-18.3601
CIE-Lab54.237066.3037-23.0882

#d947ab color RGB value is (217,71,171).

#d947ab hex color red value is 217, green value is 71 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d947ab hue: 0.89 , saturation: 0.66 and the lightness value of d947ab is 0.56.

The process color (four color CMYK) of #d947ab color hex is 0.00, 0.67, 0.21, 0.15. Web safe color of #d947ab is #cc3399. Color #d947ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000111 10101011
Octal 331 107 253
Decimal 217 71 171
Hex D9 47 AB

RGB Percentages of Color #d947ab

%47.28
%15.47
%37.25

CMYK Percentages of Color #d947ab

%0
%67
%21
%15

Triadic Colors of #d947ab

#d947ab #abd947 #47abd9

Analogous Colors of #d947ab

#d947ab #d94762 #be47d9

Monochromatic Colors of #d947ab

#d947ab

Complementary Color

#d947ab #47d975

#d947ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d947ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d947ab Color CSS Codes

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

#d947ab Text Font Color

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

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


#d947ab Background Color

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

This div background color is #d947ab


#d947ab Border Color

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

This div border color is #d947ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,71,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d947ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d947ab;
  -webkit-box-shadow: 1px 1px 3px 2px #d947ab;
  box-shadow:         1px 1px 3px 2px #d947ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,71,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d947ab


Comments

No comments written yet.

Please login to write comment.