Color Hex Logo

#dc00cb Color Hex

#DC00CB
(220,0,203)
0 Favorites   0 Comments

Color spaces of #dc00cb

RGB 2200203
HSL0.851.000.43
HSV305°100°86°
CMYK 0.001.000.08   0.14
XYZ40.294719.527458.1453
Yxy19.52740.34160.1655
Hunter Lab44.189885.4339-47.0814
CIE-Lab51.298685.5321-46.2292

#dc00cb color RGB value is (220,0,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000000 11001011
Octal 334 0 313
Decimal 220 0 203
Hex DC 0 CB

RGB Percentages of Color #dc00cb

%52.01
%0.00
%47.99

CMYK Percentages of Color #dc00cb

%0
%100
%8
%14

Triadic Colors of #dc00cb

#dc00cb #cbdc00 #00cbdc

Analogous Colors of #dc00cb

#dc00cb #dc005d #7f00dc

Monochromatic Colors of #dc00cb

#dc00cb

Complementary Color

#dc00cb #00dc11

#dc00cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc00cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc00cb Color CSS Codes

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

#dc00cb Text Font Color

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

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


#dc00cb Background Color

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

This div background color is #dc00cb


#dc00cb Border Color

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

This div border color is #dc00cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc00cb


Comments

No comments written yet.

Please login to write comment.