Color Hex Logo

#d001fc Color Hex

#D001FC
(208,1,252)
0 Favorites   0 Comments

Color spaces of #d001fc

RGB 2081252
HSL0.800.990.50
HSV289°100°99°
CMYK 0.171.000.00   0.01
XYZ43.594020.459993.7470
Yxy20.45990.27630.1297
Hunter Lab45.232692.8765-91.2188
CIE-Lab52.353290.9702-72.4161

#d001fc color RGB value is (208,1,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000001 11111100
Octal 320 1 374
Decimal 208 1 252
Hex D0 1 FC

RGB Percentages of Color #d001fc

%45.12
%0.22
%54.66

CMYK Percentages of Color #d001fc

%17
%100
%0
%1

Triadic Colors of #d001fc

#d001fc #fcd001 #01fcd0

Analogous Colors of #d001fc

#d001fc #fc01ab #5201fc

Monochromatic Colors of #d001fc

#d001fc

Complementary Color

#d001fc #2dfc01

#d001fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d001fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d001fc Color CSS Codes

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

#d001fc Text Font Color

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

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


#d001fc Background Color

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

This div background color is #d001fc


#d001fc Border Color

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

This div border color is #d001fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d001fc

Related Colors


Comments

No comments written yet.

Please login to write comment.