Color Hex Logo

#d462ac Color Hex

#D462AC
(212,98,172)
0 Favorites   0 Comments

Color spaces of #d462ac

RGB 21298172
HSL0.890.570.61
HSV321°54°83°
CMYK 0.000.540.19   0.17
XYZ38.965525.711041.9387
Yxy25.71100.36550.2412
Hunter Lab50.706048.4344-13.5443
CIE-Lab57.761753.4976-18.3420

#d462ac color RGB value is (212,98,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01100010 10101100
Octal 324 142 254
Decimal 212 98 172
Hex D4 62 AC

RGB Percentages of Color #d462ac

%43.98
%20.33
%35.68

CMYK Percentages of Color #d462ac

%0
%54
%19
%17

Triadic Colors of #d462ac

#d462ac #acd462 #62acd4

Analogous Colors of #d462ac

#d462ac #d46273 #c362d4

Monochromatic Colors of #d462ac

#d462ac

Complementary Color

#d462ac #62d48a

#d462ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d462ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d462ac Color CSS Codes

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

#d462ac Text Font Color

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

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


#d462ac Background Color

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

This div background color is #d462ac


#d462ac Border Color

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

This div border color is #d462ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d462ac


Comments

No comments written yet.

Please login to write comment.