Color Hex Logo

#d013af Color Hex

#D013AF
(208,19,175)
0 Favorites   0 Comments

Color spaces of #d013af

RGB 20819175
HSL0.860.830.45
HSV310°91°82°
CMYK 0.000.910.16   0.18
XYZ33.983216.970842.0420
Yxy16.97080.36540.1825
Hunter Lab41.195675.1563-31.6712
CIE-Lab48.223278.0534-34.9071

#d013af color RGB value is (208,19,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010011 10101111
Octal 320 23 257
Decimal 208 19 175
Hex D0 13 AF

RGB Percentages of Color #d013af

%51.74
%4.73
%43.53

CMYK Percentages of Color #d013af

%0
%91
%16
%18

Triadic Colors of #d013af

#d013af #afd013 #13afd0

Analogous Colors of #d013af

#d013af #d01350 #9313d0

Monochromatic Colors of #d013af

#d013af

Complementary Color

#d013af #13d034

#d013af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d013af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d013af Color CSS Codes

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

#d013af Text Font Color

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

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


#d013af Background Color

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

This div background color is #d013af


#d013af Border Color

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

This div border color is #d013af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,19,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d013af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d013af


Comments

No comments written yet.

Please login to write comment.