Color Hex Logo

#d148ac Color Hex

#D148AC
(209,72,172)
0 Favorites   0 Comments

Color spaces of #d148ac

RGB 20972172
HSL0.880.600.55
HSV316°66°82°
CMYK 0.000.660.18   0.18
XYZ36.058321.168641.2152
Yxy21.16860.36630.2150
Hunter Lab46.009359.3771-20.9055
CIE-Lab53.133563.9693-25.4800

#d148ac color RGB value is (209,72,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001000 10101100
Octal 321 110 254
Decimal 209 72 172
Hex D1 48 AC

RGB Percentages of Color #d148ac

%46.14
%15.89
%37.97

CMYK Percentages of Color #d148ac

%0
%66
%18
%18

Triadic Colors of #d148ac

#d148ac #acd148 #48acd1

Analogous Colors of #d148ac

#d148ac #d14868 #b248d1

Monochromatic Colors of #d148ac

#d148ac

Complementary Color

#d148ac #48d16d

#d148ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d148ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d148ac Color CSS Codes

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

#d148ac Text Font Color

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

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


#d148ac Background Color

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

This div background color is #d148ac


#d148ac Border Color

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

This div border color is #d148ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d148ac


Comments

No comments written yet.

Please login to write comment.