Color Hex Logo

#d047ab Color Hex

#D047AB
(208,71,171)
0 Favorites   0 Comments

Color spaces of #d047ab

RGB 20871171
HSL0.880.590.55
HSV316°66°82°
CMYK 0.000.660.18   0.18
XYZ35.616320.856640.6766
Yxy20.85660.36660.2147
Hunter Lab45.669059.2875-20.8402
CIE-Lab52.792263.9555-25.4356

#d047ab color RGB value is (208,71,171).

#d047ab hex color red value is 208, green value is 71 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d047ab hue: 0.88 , saturation: 0.59 and the lightness value of d047ab is 0.55.

The process color (four color CMYK) of #d047ab color hex is 0.00, 0.66, 0.18, 0.18. Web safe color of #d047ab is #cc3399. Color #d047ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000111 10101011
Octal 320 107 253
Decimal 208 71 171
Hex D0 47 AB

RGB Percentages of Color #d047ab

%46.22
%15.78
%38.00

CMYK Percentages of Color #d047ab

%0
%66
%18
%18

Triadic Colors of #d047ab

#d047ab #abd047 #47abd0

Analogous Colors of #d047ab

#d047ab #d04767 #b147d0

Monochromatic Colors of #d047ab

#d047ab

Complementary Color

#d047ab #47d06c

#d047ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d047ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d047ab Color CSS Codes

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

#d047ab Text Font Color

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

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


#d047ab Background Color

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

This div background color is #d047ab


#d047ab Border Color

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

This div border color is #d047ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d047ab


Comments

No comments written yet.

Please login to write comment.