Color Hex Logo

#d046ad Color Hex

#D046AD
(208,70,173)
0 Favorites   0 Comments

Color spaces of #d046ad

RGB 20870173
HSL0.880.590.55
HSV315°66°82°
CMYK 0.000.660.17   0.18
XYZ35.745420.807341.6674
Yxy20.80730.36390.2118
Hunter Lab45.615060.0521-22.2284
CIE-Lab52.737964.6244-26.6892

#d046ad color RGB value is (208,70,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000110 10101101
Octal 320 106 255
Decimal 208 70 173
Hex D0 46 AD

RGB Percentages of Color #d046ad

%46.12
%15.52
%38.36

CMYK Percentages of Color #d046ad

%0
%66
%17
%18

Triadic Colors of #d046ad

#d046ad #add046 #46add0

Analogous Colors of #d046ad

#d046ad #d04668 #ae46d0

Monochromatic Colors of #d046ad

#d046ad

Complementary Color

#d046ad #46d069

#d046ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d046ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d046ad Color CSS Codes

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

#d046ad Text Font Color

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

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


#d046ad Background Color

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

This div background color is #d046ad


#d046ad Border Color

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

This div border color is #d046ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,70,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d046ad


Comments

No comments written yet.

Please login to write comment.