Color Hex Logo

#d046ab Color Hex

#D046AB
(208,70,171)
0 Favorites   0 Comments

Color spaces of #d046ab

RGB 20870171
HSL0.880.590.55
HSV316°66°82°
CMYK 0.000.660.18   0.18
XYZ35.553320.730540.6556
Yxy20.73050.36680.2139
Hunter Lab45.530859.7053-21.0701
CIE-Lab52.653364.3417-25.6503

#d046ab color RGB value is (208,70,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000110 10101011
Octal 320 106 253
Decimal 208 70 171
Hex D0 46 AB

RGB Percentages of Color #d046ab

%46.33
%15.59
%38.08

CMYK Percentages of Color #d046ab

%0
%66
%18
%18

Triadic Colors of #d046ab

#d046ab #abd046 #46abd0

Analogous Colors of #d046ab

#d046ab #d04666 #b046d0

Monochromatic Colors of #d046ab

#d046ab

Complementary Color

#d046ab #46d06b

#d046ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d046ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d046ab Color CSS Codes

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

#d046ab Text Font Color

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

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


#d046ab Background Color

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

This div background color is #d046ab


#d046ab Border Color

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

This div border color is #d046ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d046ab


Comments

No comments written yet.

Please login to write comment.