Color Hex Logo

#da364c Color Hex

#DA364C
(218,54,76)
0 Favorites   0 Comments

Color spaces of #da364c

RGB 2185476
HSL0.980.690.53
HSV352°75°85°
CMYK 0.000.750.65   0.15
XYZ31.537118.06568.6623
Yxy18.06560.54130.3101
Hunter Lab42.503658.063117.6692
CIE-Lab49.575663.496727.0437

#da364c color RGB value is (218,54,76).

#da364c hex color red value is 218, green value is 54 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #da364c hue: 0.98 , saturation: 0.69 and the lightness value of da364c is 0.53.

The process color (four color CMYK) of #da364c color hex is 0.00, 0.75, 0.65, 0.15. Web safe color of #da364c is #cc3333. Color #da364c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110110 01001100
Octal 332 66 114
Decimal 218 54 76
Hex DA 36 4C

RGB Percentages of Color #da364c

%62.64
%15.52
%21.84

CMYK Percentages of Color #da364c

%0
%75
%65
%15

Triadic Colors of #da364c

#da364c #4cda36 #364cda

Analogous Colors of #da364c

#da364c #da7236 #da369e

Monochromatic Colors of #da364c

#da364c

Complementary Color

#da364c #36dac4

#da364c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da364c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da364c Color CSS Codes

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

#da364c Text Font Color

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

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


#da364c Background Color

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

This div background color is #da364c


#da364c Border Color

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

This div border color is #da364c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da364c


Comments

No comments written yet.

Please login to write comment.