Color Hex Logo

#d011fc Color Hex

#D011FC
(208,17,252)
0 Favorites   0 Comments

Color spaces of #d011fc

RGB 20817252
HSL0.800.980.53
HSV289°93°99°
CMYK 0.170.930.00   0.01
XYZ43.783620.839193.8102
Yxy20.83910.27640.1315
Hunter Lab45.649991.3153-89.8857
CIE-Lab52.772989.7193-71.7352

#d011fc color RGB value is (208,17,252).

#d011fc hex color red value is 208, green value is 17 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d011fc hue: 0.80 , saturation: 0.98 and the lightness value of d011fc is 0.53.

The process color (four color CMYK) of #d011fc color hex is 0.17, 0.93, 0.00, 0.01. Web safe color of #d011fc is #cc00ff. Color #d011fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010001 11111100
Octal 320 21 374
Decimal 208 17 252
Hex D0 11 FC

RGB Percentages of Color #d011fc

%43.61
%3.56
%52.83

CMYK Percentages of Color #d011fc

%17
%93
%0
%1

Triadic Colors of #d011fc

#d011fc #fcd011 #11fcd0

Analogous Colors of #d011fc

#d011fc #fc11b3 #5a11fc

Monochromatic Colors of #d011fc

#d011fc

Complementary Color

#d011fc #3dfc11

#d011fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d011fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d011fc Color CSS Codes

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

#d011fc Text Font Color

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

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


#d011fc Background Color

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

This div background color is #d011fc


#d011fc Border Color

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

This div border color is #d011fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d011fc

Related Colors


Comments

No comments written yet.

Please login to write comment.