Color Hex Logo

#dc433c Color Hex

#DC433C
(220,67,60)
0 Favorites   0 Comments

Color spaces of #dc433c

RGB 2206760
HSL0.010.700.55
HSV73°86°
CMYK 0.000.700.73   0.14
XYZ32.338019.55626.3453
Yxy19.55620.55530.3358
Hunter Lab44.222453.140522.4484
CIE-Lab51.331758.833138.5488

#dc433c color RGB value is (220,67,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000011 00111100
Octal 334 103 74
Decimal 220 67 60
Hex DC 43 3C

RGB Percentages of Color #dc433c

%63.40
%19.31
%17.29

CMYK Percentages of Color #dc433c

%0
%70
%73
%14

Triadic Colors of #dc433c

#dc433c #3cdc43 #433cdc

Analogous Colors of #dc433c

#dc433c #dc933c #dc3c85

Monochromatic Colors of #dc433c

#dc433c

Complementary Color

#dc433c #3cd5dc

#dc433c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc433c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc433c Color CSS Codes

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

#dc433c Text Font Color

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

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


#dc433c Background Color

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

This div background color is #dc433c


#dc433c Border Color

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

This div border color is #dc433c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc433c


Comments

No comments written yet.

Please login to write comment.