Color Hex Logo

#da364f Color Hex

#DA364F
(218,54,79)
0 Favorites   0 Comments

Color spaces of #da364f

RGB 2185479
HSL0.970.690.53
HSV351°75°85°
CMYK 0.000.750.64   0.15
XYZ31.643918.10839.2246
Yxy18.10830.53650.3070
Hunter Lab42.553858.267016.9351
CIE-Lab49.627263.664525.3103

#da364f color RGB value is (218,54,79).

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

The process color (four color CMYK) of #da364f color hex is 0.00, 0.75, 0.64, 0.15. Web safe color of #da364f is #cc3366. Color #da364f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110110 01001111
Octal 332 66 117
Decimal 218 54 79
Hex DA 36 4F

RGB Percentages of Color #da364f

%62.11
%15.38
%22.51

CMYK Percentages of Color #da364f

%0
%75
%64
%15

Triadic Colors of #da364f

#da364f #4fda36 #364fda

Analogous Colors of #da364f

#da364f #da6f36 #da36a1

Monochromatic Colors of #da364f

#da364f

Complementary Color

#da364f #36dac1

#da364f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da364f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da364f Color CSS Codes

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

#da364f Text Font Color

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

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


#da364f Background Color

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

This div background color is #da364f


#da364f Border Color

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

This div border color is #da364f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da364f


Comments

No comments written yet.

Please login to write comment.