Color Hex Logo

#dc642b Color Hex

#DC642B
(220,100,43)
0 Favorites   0 Comments

Color spaces of #dc642b

RGB 22010043
HSL0.050.720.52
HSV19°80°86°
CMYK 0.000.550.80   0.14
XYZ34.508424.50445.1965
Yxy24.50440.53740.3816
Hunter Lab49.501937.806228.4273
CIE-Lab56.589343.811552.6080

#dc642b color RGB value is (220,100,43).

#dc642b hex color red value is 220, green value is 100 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #dc642b hue: 0.05 , saturation: 0.72 and the lightness value of dc642b is 0.52.

The process color (four color CMYK) of #dc642b color hex is 0.00, 0.55, 0.80, 0.14. Web safe color of #dc642b is #cc6633. Color #dc642b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100100 00101011
Octal 334 144 53
Decimal 220 100 43
Hex DC 64 2B

RGB Percentages of Color #dc642b

%60.61
%27.55
%11.85

CMYK Percentages of Color #dc642b

%0
%55
%80
%14

Triadic Colors of #dc642b

#dc642b #2bdc64 #642bdc

Analogous Colors of #dc642b

#dc642b #dcbd2b #dc2b4a

Monochromatic Colors of #dc642b

#dc642b

Complementary Color

#dc642b #2ba3dc

#dc642b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc642b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc642b Color CSS Codes

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

#dc642b Text Font Color

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

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


#dc642b Background Color

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

This div background color is #dc642b


#dc642b Border Color

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

This div border color is #dc642b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc642b


Comments

No comments written yet.

Please login to write comment.