Color Hex Logo

#d467ac Color Hex

#D467AC
(212,103,172)
0 Favorites   0 Comments

Color spaces of #d467ac

RGB 212103172
HSL0.890.560.62
HSV322°51°83°
CMYK 0.000.510.19   0.17
XYZ39.448026.676142.0996
Yxy26.67610.36450.2465
Hunter Lab51.648945.9477-12.1737
CIE-Lab58.673351.0951-16.9562

#d467ac color RGB value is (212,103,172).

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

The process color (four color CMYK) of #d467ac color hex is 0.00, 0.51, 0.19, 0.17. Web safe color of #d467ac is #cc6699. Color #d467ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01100111 10101100
Octal 324 147 254
Decimal 212 103 172
Hex D4 67 AC

RGB Percentages of Color #d467ac

%43.53
%21.15
%35.32

CMYK Percentages of Color #d467ac

%0
%51
%19
%17

Triadic Colors of #d467ac

#d467ac #acd467 #67acd4

Analogous Colors of #d467ac

#d467ac #d46776 #c667d4

Monochromatic Colors of #d467ac

#d467ac

Complementary Color

#d467ac #67d48f

#d467ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d467ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d467ac Color CSS Codes

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

#d467ac Text Font Color

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

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


#d467ac Background Color

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

This div background color is #d467ac


#d467ac Border Color

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

This div border color is #d467ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d467ac


Comments

No comments written yet.

Please login to write comment.