Color Hex Logo

#d013ab Color Hex

#D013AB
(208,19,171)
0 Favorites   0 Comments

Color spaces of #d013ab

RGB 20819171
HSL0.870.830.45
HSV312°91°82°
CMYK 0.000.910.18   0.18
XYZ33.596016.815940.0032
Yxy16.81590.37160.1860
Hunter Lab41.007274.4773-29.1333
CIE-Lab48.027277.5452-32.8517

#d013ab color RGB value is (208,19,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010011 10101011
Octal 320 23 253
Decimal 208 19 171
Hex D0 13 AB

RGB Percentages of Color #d013ab

%52.26
%4.77
%42.96

CMYK Percentages of Color #d013ab

%0
%91
%18
%18

Triadic Colors of #d013ab

#d013ab #abd013 #13abd0

Analogous Colors of #d013ab

#d013ab #d0134c #9713d0

Monochromatic Colors of #d013ab

#d013ab

Complementary Color

#d013ab #13d038

#d013ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d013ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d013ab Color CSS Codes

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

#d013ab Text Font Color

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

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


#d013ab Background Color

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

This div background color is #d013ab


#d013ab Border Color

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

This div border color is #d013ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d013ab


Comments

No comments written yet.

Please login to write comment.