Color Hex Logo

#da364a Color Hex

#DA364A
(218,54,74)
0 Favorites   0 Comments

Color spaces of #da364a

RGB 2185474
HSL0.980.690.53
HSV353°75°85°
CMYK 0.000.750.66   0.15
XYZ31.468618.03828.3017
Yxy18.03820.54440.3120
Hunter Lab42.471457.932218.1408
CIE-Lab49.542463.388928.1970

#da364a color RGB value is (218,54,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110110 01001010
Octal 332 66 112
Decimal 218 54 74
Hex DA 36 4A

RGB Percentages of Color #da364a

%63.01
%15.61
%21.39

CMYK Percentages of Color #da364a

%0
%75
%66
%15

Triadic Colors of #da364a

#da364a #4ada36 #364ada

Analogous Colors of #da364a

#da364a #da7436 #da369c

Monochromatic Colors of #da364a

#da364a

Complementary Color

#da364a #36dac6

#da364a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da364a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da364a Color CSS Codes

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

#da364a Text Font Color

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

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


#da364a Background Color

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

This div background color is #da364a


#da364a Border Color

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

This div border color is #da364a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da364a


Comments

No comments written yet.

Please login to write comment.