Color Hex Logo

#dc046b Color Hex

#DC046B
(220,4,107)
0 Favorites   0 Comments

Color spaces of #dc046b

RGB 2204107
HSL0.920.960.44
HSV331°98°86°
CMYK 0.000.980.51   0.14
XYZ32.212516.364015.3707
Yxy16.36400.50370.2559
Hunter Lab40.452471.34885.7883
CIE-Lab47.448575.11895.2562

#dc046b color RGB value is (220,4,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000100 01101011
Octal 334 4 153
Decimal 220 4 107
Hex DC 4 6B

RGB Percentages of Color #dc046b

%66.47
%1.21
%32.33

CMYK Percentages of Color #dc046b

%0
%98
%51
%14

Triadic Colors of #dc046b

#dc046b #6bdc04 #046bdc

Analogous Colors of #dc046b

#dc046b #dc0904 #dc04d7

Monochromatic Colors of #dc046b

#dc046b

Complementary Color

#dc046b #04dc75

#dc046b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc046b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc046b Color CSS Codes

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

#dc046b Text Font Color

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

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


#dc046b Background Color

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

This div background color is #dc046b


#dc046b Border Color

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

This div border color is #dc046b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc046b


Comments

No comments written yet.

Please login to write comment.