Color Hex Logo

#da343c Color Hex

#DA343C
(218,52,60)
0 Favorites   0 Comments

Color spaces of #da343c

RGB 2185260
HSL0.990.690.53
HSV357°76°85°
CMYK 0.000.760.72   0.15
XYZ30.957017.68776.0574
Yxy17.68770.56590.3233
Hunter Lab42.056757.790420.9002
CIE-Lab49.115163.346035.9181

#da343c color RGB value is (218,52,60).

#da343c hex color red value is 218, green value is 52 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #da343c hue: 0.99 , saturation: 0.69 and the lightness value of da343c is 0.53.

The process color (four color CMYK) of #da343c color hex is 0.00, 0.76, 0.72, 0.15. Web safe color of #da343c is #cc3333. Color #da343c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110100 00111100
Octal 332 64 74
Decimal 218 52 60
Hex DA 34 3C

RGB Percentages of Color #da343c

%66.06
%15.76
%18.18

CMYK Percentages of Color #da343c

%0
%76
%72
%15

Triadic Colors of #da343c

#da343c #3cda34 #343cda

Analogous Colors of #da343c

#da343c #da7f34 #da348f

Monochromatic Colors of #da343c

#da343c

Complementary Color

#da343c #34dad2

#da343c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da343c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da343c Color CSS Codes

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

#da343c Text Font Color

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

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


#da343c Background Color

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

This div background color is #da343c


#da343c Border Color

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

This div border color is #da343c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,52,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 #da343c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da343c


Comments

No comments written yet.

Please login to write comment.