Color Hex Logo

#da381e Color Hex

#DA381E
(218,56,30)
0 Favorites   0 Comments

Color spaces of #da381e

RGB 2185630
HSL0.020.760.49
HSV86°85°
CMYK 0.000.740.86   0.15
XYZ30.562017.82753.0586
Yxy17.82750.59400.3465
Hunter Lab42.222655.314125.2609
CIE-Lab49.286261.139051.7651

#da381e color RGB value is (218,56,30).

#da381e hex color red value is 218, green value is 56 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #da381e hue: 0.02 , saturation: 0.76 and the lightness value of da381e is 0.49.

The process color (four color CMYK) of #da381e color hex is 0.00, 0.74, 0.86, 0.15. Web safe color of #da381e is #cc3333. Color #da381e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00111000 00011110
Octal 332 70 36
Decimal 218 56 30
Hex DA 38 1E

RGB Percentages of Color #da381e

%71.71
%18.42
%9.87

CMYK Percentages of Color #da381e

%0
%74
%86
%15

Triadic Colors of #da381e

#da381e #1eda38 #381eda

Analogous Colors of #da381e

#da381e #da961e #da1e62

Monochromatic Colors of #da381e

#da381e

Complementary Color

#da381e #1ec0da

#da381e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da381e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da381e Color CSS Codes

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

#da381e Text Font Color

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

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


#da381e Background Color

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

This div background color is #da381e


#da381e Border Color

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

This div border color is #da381e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da381e


Comments

No comments written yet.

Please login to write comment.