Color Hex Logo

#d620ac Color Hex

#D620AC
(214,32,172)
0 Favorites   0 Comments

Color spaces of #d620ac

RGB 21432172
HSL0.870.740.48
HSV314°85°84°
CMYK 0.000.850.20   0.16
XYZ35.694518.307740.6822
Yxy18.30770.37700.1934
Hunter Lab42.787574.0315-26.4215
CIE-Lab49.867276.8269-30.4852

#d620ac color RGB value is (214,32,172).

#d620ac hex color red value is 214, green value is 32 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d620ac hue: 0.87 , saturation: 0.74 and the lightness value of d620ac is 0.48.

The process color (four color CMYK) of #d620ac color hex is 0.00, 0.85, 0.20, 0.16. Web safe color of #d620ac is #cc3399. Color #d620ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00100000 10101100
Octal 326 40 254
Decimal 214 32 172
Hex D6 20 AC

RGB Percentages of Color #d620ac

%51.20
%7.66
%41.15

CMYK Percentages of Color #d620ac

%0
%85
%20
%16

Triadic Colors of #d620ac

#d620ac #acd620 #20acd6

Analogous Colors of #d620ac

#d620ac #d62051 #a520d6

Monochromatic Colors of #d620ac

#d620ac

Complementary Color

#d620ac #20d64a

#d620ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d620ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d620ac Color CSS Codes

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

#d620ac Text Font Color

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

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


#d620ac Background Color

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

This div background color is #d620ac


#d620ac Border Color

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

This div border color is #d620ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d620ac


Comments

No comments written yet.

Please login to write comment.