Color Hex Logo

#dc00b2 Color Hex

#DC00B2
(220,0,178)
0 Favorites   0 Comments

Color spaces of #dc00b2

RGB 2200178
HSL0.871.000.43
HSV311°100°86°
CMYK 0.001.000.19   0.14
XYZ37.551118.430043.6977
Yxy18.43000.37670.1849
Hunter Lab42.930281.0065-30.2989
CIE-Lab50.013682.3451-33.7076

#dc00b2 color RGB value is (220,0,178).

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

The process color (four color CMYK) of #dc00b2 color hex is 0.00, 1.00, 0.19, 0.14. Web safe color of #dc00b2 is #cc0099. Color #dc00b2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000000 10110010
Octal 334 0 262
Decimal 220 0 178
Hex DC 0 B2

RGB Percentages of Color #dc00b2

%55.28
%0.00
%44.72

CMYK Percentages of Color #dc00b2

%0
%100
%19
%14

Triadic Colors of #dc00b2

#dc00b2 #b2dc00 #00b2dc

Analogous Colors of #dc00b2

#dc00b2 #dc0044 #9800dc

Monochromatic Colors of #dc00b2

#dc00b2

Complementary Color

#dc00b2 #00dc2a

#dc00b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc00b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc00b2 Color CSS Codes

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

#dc00b2 Text Font Color

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

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


#dc00b2 Background Color

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

This div background color is #dc00b2


#dc00b2 Border Color

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

This div border color is #dc00b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc00b2


Comments

No comments written yet.

Please login to write comment.