Color Hex Logo

#d048ac Color Hex

#D048AC
(208,72,172)
0 Favorites   0 Comments

Color spaces of #d048ac

RGB 20872172
HSL0.880.590.55
HSV316°65°82°
CMYK 0.000.650.17   0.18
XYZ35.776221.023241.2020
Yxy21.02320.36510.2145
Hunter Lab45.851159.0388-21.1826
CIE-Lab52.974963.7067-25.7381

#d048ac color RGB value is (208,72,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001000 10101100
Octal 320 110 254
Decimal 208 72 172
Hex D0 48 AC

RGB Percentages of Color #d048ac

%46.02
%15.93
%38.05

CMYK Percentages of Color #d048ac

%0
%65
%17
%18

Triadic Colors of #d048ac

#d048ac #acd048 #48acd0

Analogous Colors of #d048ac

#d048ac #d04868 #b048d0

Monochromatic Colors of #d048ac

#d048ac

Complementary Color

#d048ac #48d06c

#d048ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d048ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d048ac Color CSS Codes

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

#d048ac Text Font Color

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

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


#d048ac Background Color

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

This div background color is #d048ac


#d048ac Border Color

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

This div border color is #d048ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d048ac


Comments

No comments written yet.

Please login to write comment.