Color Hex Logo

#d01daf Color Hex

#D01DAF
(208,29,175)
0 Favorites   0 Comments

Color spaces of #d01daf

RGB 20829175
HSL0.860.760.46
HSV311°86°82°
CMYK 0.000.860.16   0.18
XYZ34.189717.383842.1108
Yxy17.38380.36490.1856
Hunter Lab41.693973.4088-30.6971
CIE-Lab48.740076.5431-34.0954

#d01daf color RGB value is (208,29,175).

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

The process color (four color CMYK) of #d01daf color hex is 0.00, 0.86, 0.16, 0.18. Web safe color of #d01daf is #cc3399. Color #d01daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00011101 10101111
Octal 320 35 257
Decimal 208 29 175
Hex D0 1D AF

RGB Percentages of Color #d01daf

%50.49
%7.04
%42.48

CMYK Percentages of Color #d01daf

%0
%86
%16
%18

Triadic Colors of #d01daf

#d01daf #afd01d #1dafd0

Analogous Colors of #d01daf

#d01daf #d01d56 #981dd0

Monochromatic Colors of #d01daf

#d01daf

Complementary Color

#d01daf #1dd03e

#d01daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d01daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d01daf Color CSS Codes

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

#d01daf Text Font Color

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

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


#d01daf Background Color

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

This div background color is #d01daf


#d01daf Border Color

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

This div border color is #d01daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d01daf


Comments

No comments written yet.

Please login to write comment.