Color Hex Logo

#dc00fb Color Hex

#DC00FB
(220,0,251)
0 Favorites   0 Comments

Color spaces of #dc00fb

RGB 2200251
HSL0.811.000.49
HSV293°100°98°
CMYK 0.121.000.00   0.02
XYZ46.927822.180793.0747
Yxy22.18070.28940.1368
Hunter Lab47.096495.4423-84.2050
CIE-Lab54.218292.5204-68.7447

#dc00fb color RGB value is (220,0,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000000 11111011
Octal 334 0 373
Decimal 220 0 251
Hex DC 0 FB

RGB Percentages of Color #dc00fb

%46.71
%0.00
%53.29

CMYK Percentages of Color #dc00fb

%12
%100
%0
%2

Triadic Colors of #dc00fb

#dc00fb #fbdc00 #00fbdc

Analogous Colors of #dc00fb

#dc00fb #fb009d #5f00fb

Monochromatic Colors of #dc00fb

#dc00fb

Complementary Color

#dc00fb #1ffb00

#dc00fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc00fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc00fb Color CSS Codes

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

#dc00fb Text Font Color

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

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


#dc00fb Background Color

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

This div background color is #dc00fb


#dc00fb Border Color

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

This div border color is #dc00fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc00fb


Comments

No comments written yet.

Please login to write comment.