Color Hex Logo

#d613ac Color Hex

#D613AC
(214,19,172)
0 Favorites   0 Comments

Color spaces of #d613ac

RGB 21419172
HSL0.870.840.46
HSV313°91°84°
CMYK 0.000.910.20   0.16
XYZ35.410817.740440.5876
Yxy17.74040.37780.1893
Hunter Lab42.119476.3606-27.6503
CIE-Lab49.179778.8319-31.5588

#d613ac color RGB value is (214,19,172).

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

The process color (four color CMYK) of #d613ac color hex is 0.00, 0.91, 0.20, 0.16. Web safe color of #d613ac is #cc0099. Color #d613ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00010011 10101100
Octal 326 23 254
Decimal 214 19 172
Hex D6 13 AC

RGB Percentages of Color #d613ac

%52.84
%4.69
%42.47

CMYK Percentages of Color #d613ac

%0
%91
%20
%16

Triadic Colors of #d613ac

#d613ac #acd613 #13acd6

Analogous Colors of #d613ac

#d613ac #d6134a #9f13d6

Monochromatic Colors of #d613ac

#d613ac

Complementary Color

#d613ac #13d63d

#d613ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d613ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d613ac Color CSS Codes

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

#d613ac Text Font Color

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

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


#d613ac Background Color

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

This div background color is #d613ac


#d613ac Border Color

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

This div border color is #d613ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d613ac


Comments

No comments written yet.

Please login to write comment.