Color Hex Logo

#da4340 Color Hex

#DA4340
(218,67,64)
0 Favorites   0 Comments

Color spaces of #da4340

RGB 2186764
HSL0.000.680.55
HSV71°85°
CMYK 0.000.690.71   0.15
XYZ31.846019.28996.8953
Yxy19.28990.54880.3324
Hunter Lab43.920352.567521.4359
CIE-Lab51.024758.377235.8409

#da4340 color RGB value is (218,67,64).

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

The process color (four color CMYK) of #da4340 color hex is 0.00, 0.69, 0.71, 0.15. Web safe color of #da4340 is #cc3333. Color #da4340 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000011 01000000
Octal 332 103 100
Decimal 218 67 64
Hex DA 43 40

RGB Percentages of Color #da4340

%62.46
%19.20
%18.34

CMYK Percentages of Color #da4340

%0
%69
%71
%15

Triadic Colors of #da4340

#da4340 #40da43 #4340da

Analogous Colors of #da4340

#da4340 #da9040 #da408a

Monochromatic Colors of #da4340

#da4340

Complementary Color

#da4340 #40d7da

#da4340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4340 Color CSS Codes

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

#da4340 Text Font Color

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

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


#da4340 Background Color

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

This div background color is #da4340


#da4340 Border Color

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

This div border color is #da4340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4340


Comments

No comments written yet.

Please login to write comment.