Color Hex Logo

#dc00bf Color Hex

#DC00BF
(220,0,191)
0 Favorites   0 Comments

Color spaces of #dc00bf

RGB 2200191
HSL0.861.000.43
HSV308°100°86°
CMYK 0.001.000.13   0.14
XYZ38.919218.977250.9019
Yxy18.97720.35770.1744
Hunter Lab43.562883.2376-38.7847
CIE-Lab50.660583.9590-40.2906

#dc00bf color RGB value is (220,0,191).

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

The process color (four color CMYK) of #dc00bf color hex is 0.00, 1.00, 0.13, 0.14. Web safe color of #dc00bf is #cc00cc. Color #dc00bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000000 10111111
Octal 334 0 277
Decimal 220 0 191
Hex DC 0 BF

RGB Percentages of Color #dc00bf

%53.53
%0.00
%46.47

CMYK Percentages of Color #dc00bf

%0
%100
%13
%14

Triadic Colors of #dc00bf

#dc00bf #bfdc00 #00bfdc

Analogous Colors of #dc00bf

#dc00bf #dc0051 #8b00dc

Monochromatic Colors of #dc00bf

#dc00bf

Complementary Color

#dc00bf #00dc1d

#dc00bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc00bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc00bf Color CSS Codes

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

#dc00bf Text Font Color

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

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


#dc00bf Background Color

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

This div background color is #dc00bf


#dc00bf Border Color

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

This div border color is #dc00bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc00bf


Comments

No comments written yet.

Please login to write comment.