Color Hex Logo

#dc0027 Color Hex

#DC0027
(220,0,39)
0 Favorites   0 Comments

Color spaces of #dc0027

RGB 220039
HSL0.971.000.43
HSV349°100°86°
CMYK 0.001.000.82   0.14
XYZ29.881415.36213.3097
Yxy15.36210.61540.3164
Hunter Lab39.194567.495722.4295
CIE-Lab46.126272.197944.6967

#dc0027 color RGB value is (220,0,39).

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

The process color (four color CMYK) of #dc0027 color hex is 0.00, 1.00, 0.82, 0.14. Web safe color of #dc0027 is #cc0033. Color #dc0027 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000000 00100111
Octal 334 0 47
Decimal 220 0 39
Hex DC 0 27

RGB Percentages of Color #dc0027

%84.94
%0.00
%15.06

CMYK Percentages of Color #dc0027

%0
%100
%82
%14

Triadic Colors of #dc0027

#dc0027 #27dc00 #0027dc

Analogous Colors of #dc0027

#dc0027 #dc4700 #dc0095

Monochromatic Colors of #dc0027

#dc0027

Complementary Color

#dc0027 #00dcb5

#dc0027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc0027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc0027 Color CSS Codes

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

#dc0027 Text Font Color

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

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


#dc0027 Background Color

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

This div background color is #dc0027


#dc0027 Border Color

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

This div border color is #dc0027


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc0027


Comments

No comments written yet.

Please login to write comment.