Color Hex Logo

#dc026d Color Hex

#DC026D
(220,2,109)
0 Favorites   0 Comments

Color spaces of #dc026d

RGB 2202109
HSL0.920.980.44
HSV331°99°86°
CMYK 0.000.990.50   0.14
XYZ32.297216.363215.9242
Yxy16.36320.50010.2534
Hunter Lab40.451571.72774.9758
CIE-Lab47.447475.42874.0192

#dc026d color RGB value is (220,2,109).

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

The process color (four color CMYK) of #dc026d color hex is 0.00, 0.99, 0.50, 0.14. Web safe color of #dc026d is #cc0066. Color #dc026d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000010 01101101
Octal 334 2 155
Decimal 220 2 109
Hex DC 2 6D

RGB Percentages of Color #dc026d

%66.47
%0.60
%32.93

CMYK Percentages of Color #dc026d

%0
%99
%50
%14

Triadic Colors of #dc026d

#dc026d #6ddc02 #026ddc

Analogous Colors of #dc026d

#dc026d #dc0402 #dc02da

Monochromatic Colors of #dc026d

#dc026d

Complementary Color

#dc026d #02dc71

#dc026d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc026d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc026d Color CSS Codes

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

#dc026d Text Font Color

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

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


#dc026d Background Color

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

This div background color is #dc026d


#dc026d Border Color

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

This div border color is #dc026d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc026d


Comments

No comments written yet.

Please login to write comment.