Color Hex Logo

#da314d Color Hex

#DA314D
(218,49,77)
0 Favorites   0 Comments

Color spaces of #da314d

RGB 2184977
HSL0.970.700.52
HSV350°78°85°
CMYK 0.000.780.65   0.15
XYZ31.351317.63798.7732
Yxy17.63790.54280.3054
Hunter Lab41.997559.755317.0127
CIE-Lab49.053965.064125.7788

#da314d color RGB value is (218,49,77).

#da314d hex color red value is 218, green value is 49 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #da314d hue: 0.97 , saturation: 0.70 and the lightness value of da314d is 0.52.

The process color (four color CMYK) of #da314d color hex is 0.00, 0.78, 0.65, 0.15. Web safe color of #da314d is #cc3366. Color #da314d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110001 01001101
Octal 332 61 115
Decimal 218 49 77
Hex DA 31 4D

RGB Percentages of Color #da314d

%63.37
%14.24
%22.38

CMYK Percentages of Color #da314d

%0
%78
%65
%15

Triadic Colors of #da314d

#da314d #4dda31 #314dda

Analogous Colors of #da314d

#da314d #da6a31 #da31a2

Monochromatic Colors of #da314d

#da314d

Complementary Color

#da314d #31dabe

#da314d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da314d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da314d Color CSS Codes

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

#da314d Text Font Color

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

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


#da314d Background Color

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

This div background color is #da314d


#da314d Border Color

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

This div border color is #da314d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da314d


Comments

No comments written yet.

Please login to write comment.