Color Hex Logo

#d000fb Color Hex

#D000FB
(208,0,251)
0 Favorites   0 Comments

Color spaces of #d000fb

RGB 2080251
HSL0.801.000.49
HSV290°100°98°
CMYK 0.171.000.00   0.02
XYZ43.425020.374992.9108
Yxy20.37490.27710.1300
Hunter Lab45.138692.7312-90.4424
CIE-Lab52.258590.8798-72.0121

#d000fb color RGB value is (208,0,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000000 11111011
Octal 320 0 373
Decimal 208 0 251
Hex D0 0 FB

RGB Percentages of Color #d000fb

%45.32
%0.00
%54.68

CMYK Percentages of Color #d000fb

%17
%100
%0
%2

Triadic Colors of #d000fb

#d000fb #fbd000 #00fbd0

Analogous Colors of #d000fb

#d000fb #fb00a9 #5300fb

Monochromatic Colors of #d000fb

#d000fb

Complementary Color

#d000fb #2bfb00

#d000fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d000fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d000fb Color CSS Codes

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

#d000fb Text Font Color

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

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


#d000fb Background Color

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

This div background color is #d000fb


#d000fb Border Color

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

This div border color is #d000fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d000fb


Comments

No comments written yet.

Please login to write comment.