Color Hex Logo

#dc006b Color Hex

#DC006B
(220,0,107)
0 Favorites   0 Comments

Color spaces of #dc006b

RGB 2200107
HSL0.921.000.43
HSV331°100°86°
CMYK 0.001.000.51   0.14
XYZ32.169016.277215.3562
Yxy16.27720.50420.2551
Hunter Lab40.345071.72285.6744
CIE-Lab47.336175.44645.0952

#dc006b color RGB value is (220,0,107).

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

The process color (four color CMYK) of #dc006b color hex is 0.00, 1.00, 0.51, 0.14. Web safe color of #dc006b is #cc0066. Color #dc006b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000000 01101011
Octal 334 0 153
Decimal 220 0 107
Hex DC 0 6B

RGB Percentages of Color #dc006b

%67.28
%0.00
%32.72

CMYK Percentages of Color #dc006b

%0
%100
%51
%14

Triadic Colors of #dc006b

#dc006b #6bdc00 #006bdc

Analogous Colors of #dc006b

#dc006b #dc0300 #dc00d9

Monochromatic Colors of #dc006b

#dc006b

Complementary Color

#dc006b #00dc71

#dc006b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc006b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc006b Color CSS Codes

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

#dc006b Text Font Color

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

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


#dc006b Background Color

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

This div background color is #dc006b


#dc006b Border Color

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

This div border color is #dc006b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc006b


Comments

No comments written yet.

Please login to write comment.