Color Hex Logo

#dc433f Color Hex

#DC433F
(220,67,63)
0 Favorites   0 Comments

Color spaces of #dc433f

RGB 2206763
HSL0.000.690.55
HSV71°86°
CMYK 0.000.700.71   0.14
XYZ32.419619.58886.7749
Yxy19.58880.55150.3332
Hunter Lab44.259253.296421.9058
CIE-Lab51.369158.965236.9015

#dc433f color RGB value is (220,67,63).

#dc433f hex color red value is 220, green value is 67 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dc433f hue: 0.00 , saturation: 0.69 and the lightness value of dc433f is 0.55.

The process color (four color CMYK) of #dc433f color hex is 0.00, 0.70, 0.71, 0.14. Web safe color of #dc433f is #cc3333. Color #dc433f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000011 00111111
Octal 334 103 77
Decimal 220 67 63
Hex DC 43 3F

RGB Percentages of Color #dc433f

%62.86
%19.14
%18.00

CMYK Percentages of Color #dc433f

%0
%70
%71
%14

Triadic Colors of #dc433f

#dc433f #3fdc43 #433fdc

Analogous Colors of #dc433f

#dc433f #dc923f #dc3f8a

Monochromatic Colors of #dc433f

#dc433f

Complementary Color

#dc433f #3fd8dc

#dc433f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc433f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc433f Color CSS Codes

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

#dc433f Text Font Color

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

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


#dc433f Background Color

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

This div background color is #dc433f


#dc433f Border Color

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

This div border color is #dc433f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc433f


Comments

No comments written yet.

Please login to write comment.