Color Hex Logo

#d800fb Color Hex

#D800FB
(216,0,251)
0 Favorites   0 Comments

Color spaces of #d800fb

RGB 2160251
HSL0.811.000.49
HSV292°100°98°
CMYK 0.141.000.00   0.02
XYZ45.731521.564093.0187
Yxy21.56400.28530.1345
Hunter Lab46.437194.5231-86.2587
CIE-Lab53.561391.9649-69.8393

#d800fb color RGB value is (216,0,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00000000 11111011
Octal 330 0 373
Decimal 216 0 251
Hex D8 0 FB

RGB Percentages of Color #d800fb

%46.25
%0.00
%53.75

CMYK Percentages of Color #d800fb

%14
%100
%0
%2

Triadic Colors of #d800fb

#d800fb #fbd800 #00fbd8

Analogous Colors of #d800fb

#d800fb #fb00a1 #5b00fb

Monochromatic Colors of #d800fb

#d800fb

Complementary Color

#d800fb #23fb00

#d800fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d800fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d800fb Color CSS Codes

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

#d800fb Text Font Color

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

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


#d800fb Background Color

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

This div background color is #d800fb


#d800fb Border Color

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

This div border color is #d800fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d800fb


Comments

No comments written yet.

Please login to write comment.