Color Hex Logo

#d800fc Color Hex

#D800FC
(216,0,252)
0 Favorites   0 Comments

Color spaces of #d800fc

RGB 2160252
HSL0.811.000.49
HSV291°100°99°
CMYK 0.141.000.00   0.01
XYZ45.889621.627293.8513
Yxy21.62720.28440.1340
Hunter Lab46.505194.7539-87.0989
CIE-Lab53.629292.1232-70.2867

#d800fc color RGB value is (216,0,252).

#d800fc hex color red value is 216, green value is 0 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d800fc hue: 0.81 , saturation: 1.00 and the lightness value of d800fc is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00000000 11111100
Octal 330 0 374
Decimal 216 0 252
Hex D8 0 FC

RGB Percentages of Color #d800fc

%46.15
%0.00
%53.85

CMYK Percentages of Color #d800fc

%14
%100
%0
%1

Triadic Colors of #d800fc

#d800fc #fcd800 #00fcd8

Analogous Colors of #d800fc

#d800fc #fc00a2 #5a00fc

Monochromatic Colors of #d800fc

#d800fc

Complementary Color

#d800fc #24fc00

#d800fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d800fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d800fc Color CSS Codes

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

#d800fc Text Font Color

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

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


#d800fc Background Color

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

This div background color is #d800fc


#d800fc Border Color

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

This div border color is #d800fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d800fc


Comments

No comments written yet.

Please login to write comment.