Color Hex Logo

#da383b Color Hex

#DA383B
(218,56,59)
0 Favorites   0 Comments

Color spaces of #da383b

RGB 2185659
HSL1.000.690.54
HSV359°74°85°
CMYK 0.000.740.73   0.15
XYZ31.117018.04955.9815
Yxy18.04950.56420.3273
Hunter Lab42.484756.390221.3917
CIE-Lab49.556162.036936.9986

#da383b color RGB value is (218,56,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00111000 00111011
Octal 332 70 73
Decimal 218 56 59
Hex DA 38 3B

RGB Percentages of Color #da383b

%65.47
%16.82
%17.72

CMYK Percentages of Color #da383b

%0
%74
%73
%15

Triadic Colors of #da383b

#da383b #3bda38 #383bda

Analogous Colors of #da383b

#da383b #da8638 #da388c

Monochromatic Colors of #da383b

#da383b

Complementary Color

#da383b #38dad7

#da383b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da383b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da383b Color CSS Codes

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

#da383b Text Font Color

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

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


#da383b Background Color

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

This div background color is #da383b


#da383b Border Color

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

This div border color is #da383b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da383b


Comments

No comments written yet.

Please login to write comment.