Color Hex Logo

#da364e Color Hex

#DA364E
(218,54,78)
0 Favorites   0 Comments

Color spaces of #da364e

RGB 2185478
HSL0.980.690.53
HSV351°75°85°
CMYK 0.000.750.64   0.15
XYZ31.607818.09389.0343
Yxy18.09380.53810.3081
Hunter Lab42.536858.198517.1833
CIE-Lab49.609763.608225.8883

#da364e color RGB value is (218,54,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110110 01001110
Octal 332 66 116
Decimal 218 54 78
Hex DA 36 4E

RGB Percentages of Color #da364e

%62.29
%15.43
%22.29

CMYK Percentages of Color #da364e

%0
%75
%64
%15

Triadic Colors of #da364e

#da364e #4eda36 #364eda

Analogous Colors of #da364e

#da364e #da7036 #da36a0

Monochromatic Colors of #da364e

#da364e

Complementary Color

#da364e #36dac2

#da364e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da364e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da364e Color CSS Codes

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

#da364e Text Font Color

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

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


#da364e Background Color

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

This div background color is #da364e


#da364e Border Color

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

This div border color is #da364e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,54,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 #da364e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da364e


Comments

No comments written yet.

Please login to write comment.