Color Hex Logo

#da453b Color Hex

#DA453B
(218,69,59)
0 Favorites   0 Comments

Color spaces of #da453b

RGB 2186959
HSL0.010.680.54
HSV73°85°
CMYK 0.000.680.73   0.15
XYZ31.831019.47746.2195
Yxy19.47740.55330.3386
Hunter Lab44.133251.509722.5378
CIE-Lab51.241157.389638.9086

#da453b color RGB value is (218,69,59).

#da453b hex color red value is 218, green value is 69 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #da453b hue: 0.01 , saturation: 0.68 and the lightness value of da453b is 0.54.

The process color (four color CMYK) of #da453b color hex is 0.00, 0.68, 0.73, 0.15. Web safe color of #da453b is #cc3333. Color #da453b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000101 00111011
Octal 332 105 73
Decimal 218 69 59
Hex DA 45 3B

RGB Percentages of Color #da453b

%63.01
%19.94
%17.05

CMYK Percentages of Color #da453b

%0
%68
%73
%15

Triadic Colors of #da453b

#da453b #3bda45 #453bda

Analogous Colors of #da453b

#da453b #da953b #da3b81

Monochromatic Colors of #da453b

#da453b

Complementary Color

#da453b #3bd0da

#da453b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da453b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da453b Color CSS Codes

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

#da453b Text Font Color

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

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


#da453b Background Color

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

This div background color is #da453b


#da453b Border Color

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

This div border color is #da453b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da453b


Comments

No comments written yet.

Please login to write comment.