Color Hex Logo

#d01fdc Color Hex

#D01FDC
(208,31,220)
0 Favorites   0 Comments

Color spaces of #d01fdc

RGB 20831220
HSL0.820.750.49
HSV296°86°86°
CMYK 0.050.860.00   0.14
XYZ39.420719.557269.4074
Yxy19.55720.30700.1523
Hunter Lab44.223581.7231-62.0973
CIE-Lab51.332882.6490-56.0344

#d01fdc color RGB value is (208,31,220).

#d01fdc hex color red value is 208, green value is 31 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d01fdc hue: 0.82 , saturation: 0.75 and the lightness value of d01fdc is 0.49.

The process color (four color CMYK) of #d01fdc color hex is 0.05, 0.86, 0.00, 0.14. Web safe color of #d01fdc is #cc33cc. Color #d01fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00011111 11011100
Octal 320 37 334
Decimal 208 31 220
Hex D0 1F DC

RGB Percentages of Color #d01fdc

%45.32
%6.75
%47.93

CMYK Percentages of Color #d01fdc

%5
%86
%0
%14

Triadic Colors of #d01fdc

#d01fdc #dcd01f #1fdcd0

Analogous Colors of #d01fdc

#d01fdc #dc1f8a #721fdc

Monochromatic Colors of #d01fdc

#d01fdc

Complementary Color

#d01fdc #2bdc1f

#d01fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d01fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d01fdc Color CSS Codes

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

#d01fdc Text Font Color

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

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


#d01fdc Background Color

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

This div background color is #d01fdc


#d01fdc Border Color

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

This div border color is #d01fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d01fdc


Comments

No comments written yet.

Please login to write comment.