Color Hex Logo

#d013ac Color Hex

#D013AC
(208,19,172)
0 Favorites   0 Comments

Color spaces of #d013ac

RGB 20819172
HSL0.870.830.45
HSV311°91°82°
CMYK 0.000.910.17   0.18
XYZ33.691716.854240.5072
Yxy16.85420.37000.1851
Hunter Lab41.053974.6454-29.7628
CIE-Lab48.075877.6712-33.3670

#d013ac color RGB value is (208,19,172).

#d013ac hex color red value is 208, green value is 19 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d013ac hue: 0.87 , saturation: 0.83 and the lightness value of d013ac is 0.45.

The process color (four color CMYK) of #d013ac color hex is 0.00, 0.91, 0.17, 0.18. Web safe color of #d013ac is #cc0099. Color #d013ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010011 10101100
Octal 320 23 254
Decimal 208 19 172
Hex D0 13 AC

RGB Percentages of Color #d013ac

%52.13
%4.76
%43.11

CMYK Percentages of Color #d013ac

%0
%91
%17
%18

Triadic Colors of #d013ac

#d013ac #acd013 #13acd0

Analogous Colors of #d013ac

#d013ac #d0134d #9613d0

Monochromatic Colors of #d013ac

#d013ac

Complementary Color

#d013ac #13d037

#d013ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d013ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d013ac Color CSS Codes

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

#d013ac Text Font Color

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

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


#d013ac Background Color

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

This div background color is #d013ac


#d013ac Border Color

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

This div border color is #d013ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d013ac


Comments

No comments written yet.

Please login to write comment.