Color Hex Logo

#d448ac Color Hex

#D448AC
(212,72,172)
0 Favorites   0 Comments

Color spaces of #d448ac

RGB 21272172
HSL0.880.620.56
HSV317°66°83°
CMYK 0.000.660.19   0.17
XYZ36.915121.610341.2553
Yxy21.61030.37000.2166
Hunter Lab46.486960.3943-20.0768
CIE-Lab53.611164.7554-24.7036

#d448ac color RGB value is (212,72,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01001000 10101100
Octal 324 110 254
Decimal 212 72 172
Hex D4 48 AC

RGB Percentages of Color #d448ac

%46.49
%15.79
%37.72

CMYK Percentages of Color #d448ac

%0
%66
%19
%17

Triadic Colors of #d448ac

#d448ac #acd448 #48acd4

Analogous Colors of #d448ac

#d448ac #d44866 #b648d4

Monochromatic Colors of #d448ac

#d448ac

Complementary Color

#d448ac #48d470

#d448ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d448ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d448ac Color CSS Codes

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

#d448ac Text Font Color

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

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


#d448ac Background Color

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

This div background color is #d448ac


#d448ac Border Color

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

This div border color is #d448ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d448ac


Comments

No comments written yet.

Please login to write comment.