Color Hex Logo

#da384e Color Hex

#DA384E
(218,56,78)
0 Favorites   0 Comments

Color spaces of #da384e

RGB 2185678
HSL0.980.690.54
HSV352°74°85°
CMYK 0.000.740.64   0.15
XYZ31.702818.28389.0659
Yxy18.28380.53690.3096
Hunter Lab42.759657.514317.3610
CIE-Lab49.838562.968526.1813

#da384e color RGB value is (218,56,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00111000 01001110
Octal 332 70 116
Decimal 218 56 78
Hex DA 38 4E

RGB Percentages of Color #da384e

%61.93
%15.91
%22.16

CMYK Percentages of Color #da384e

%0
%74
%64
%15

Triadic Colors of #da384e

#da384e #4eda38 #384eda

Analogous Colors of #da384e

#da384e #da7338 #da389f

Monochromatic Colors of #da384e

#da384e

Complementary Color

#da384e #38dac4

#da384e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da384e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da384e Color CSS Codes

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

#da384e Text Font Color

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

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


#da384e Background Color

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

This div background color is #da384e


#da384e Border Color

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

This div border color is #da384e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da384e


Comments

No comments written yet.

Please login to write comment.