Color Hex Logo

#d800fa Color Hex

#D800FA
(216,0,250)
0 Favorites   0 Comments

Color spaces of #d800fa

RGB 2160250
HSL0.811.000.49
HSV292°100°98°
CMYK 0.141.000.00   0.02
XYZ45.574221.501192.1906
Yxy21.50110.28620.1350
Hunter Lab46.369394.2931-85.4209
CIE-Lab53.493691.8070-69.3911

#d800fa color RGB value is (216,0,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00000000 11111010
Octal 330 0 372
Decimal 216 0 250
Hex D8 0 FA

RGB Percentages of Color #d800fa

%46.35
%0.00
%53.65

CMYK Percentages of Color #d800fa

%14
%100
%0
%2

Triadic Colors of #d800fa

#d800fa #fad800 #00fad8

Analogous Colors of #d800fa

#d800fa #fa009f #5b00fa

Monochromatic Colors of #d800fa

#d800fa

Complementary Color

#d800fa #22fa00

#d800fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d800fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d800fa Color CSS Codes

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

#d800fa Text Font Color

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

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


#d800fa Background Color

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

This div background color is #d800fa


#d800fa Border Color

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

This div border color is #d800fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,0,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d800fa

Related Colors


Comments

No comments written yet.

Please login to write comment.