Color Hex Logo

#d900fe Color Hex

#D900FE
(217,0,254)
0 Favorites   0 Comments

Color spaces of #d900fe

RGB 2170254
HSL0.811.000.50
HSV291°100°100°
CMYK 0.151.000.00   0.00
XYZ46.504721.907595.5434
Yxy21.90750.28360.1336
Hunter Lab46.805495.4435-88.2642
CIE-Lab53.928792.5770-70.9074

#d900fe color RGB value is (217,0,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00000000 11111110
Octal 331 0 376
Decimal 217 0 254
Hex D9 0 FE

RGB Percentages of Color #d900fe

%46.07
%0.00
%53.93

CMYK Percentages of Color #d900fe

%15
%100
%0
%0

Triadic Colors of #d900fe

#d900fe #fed900 #00fed9

Analogous Colors of #d900fe

#d900fe #fe00a4 #5a00fe

Monochromatic Colors of #d900fe

#d900fe

Complementary Color

#d900fe #25fe00

#d900fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d900fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d900fe Color CSS Codes

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

#d900fe Text Font Color

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

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


#d900fe Background Color

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

This div background color is #d900fe


#d900fe Border Color

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

This div border color is #d900fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d900fe


Comments

No comments written yet.

Please login to write comment.