Color Hex Logo

#da394e Color Hex

#DA394E
(218,57,78)
0 Favorites   0 Comments

Color spaces of #da394e

RGB 2185778
HSL0.980.690.54
HSV352°74°85°
CMYK 0.000.740.64   0.15
XYZ31.751718.38179.0823
Yxy18.38170.53620.3104
Hunter Lab42.873957.164917.4519
CIE-Lab49.955862.641126.3309

#da394e color RGB value is (218,57,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00111001 01001110
Octal 332 71 116
Decimal 218 57 78
Hex DA 39 4E

RGB Percentages of Color #da394e

%61.76
%16.15
%22.10

CMYK Percentages of Color #da394e

%0
%74
%64
%15

Triadic Colors of #da394e

#da394e #4eda39 #394eda

Analogous Colors of #da394e

#da394e #da7539 #da399f

Monochromatic Colors of #da394e

#da394e

Complementary Color

#da394e #39dac5

#da394e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da394e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da394e Color CSS Codes

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

#da394e Text Font Color

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

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


#da394e Background Color

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

This div background color is #da394e


#da394e Border Color

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

This div border color is #da394e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da394e


Comments

No comments written yet.

Please login to write comment.