Color Hex Logo

#dc334f Color Hex

#DC334F
(220,51,79)
0 Favorites   0 Comments

Color spaces of #dc334f

RGB 2205179
HSL0.970.710.53
HSV350°77°86°
CMYK 0.000.770.64   0.14
XYZ32.110318.14789.2076
Yxy18.14780.54000.3052
Hunter Lab42.600259.995517.0052
CIE-Lab49.674965.153325.4465

#dc334f color RGB value is (220,51,79).

#dc334f hex color red value is 220, green value is 51 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #dc334f hue: 0.97 , saturation: 0.71 and the lightness value of dc334f is 0.53.

The process color (four color CMYK) of #dc334f color hex is 0.00, 0.77, 0.64, 0.14. Web safe color of #dc334f is #cc3366. Color #dc334f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110011 01001111
Octal 334 63 117
Decimal 220 51 79
Hex DC 33 4F

RGB Percentages of Color #dc334f

%62.86
%14.57
%22.57

CMYK Percentages of Color #dc334f

%0
%77
%64
%14

Triadic Colors of #dc334f

#dc334f #4fdc33 #334fdc

Analogous Colors of #dc334f

#dc334f #dc6c33 #dc33a4

Monochromatic Colors of #dc334f

#dc334f

Complementary Color

#dc334f #33dcc0

#dc334f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc334f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc334f Color CSS Codes

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

#dc334f Text Font Color

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

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


#dc334f Background Color

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

This div background color is #dc334f


#dc334f Border Color

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

This div border color is #dc334f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc334f


Comments

No comments written yet.

Please login to write comment.