Color Hex Logo

#da386f Color Hex

#DA386F
(218,56,111)
0 Favorites   0 Comments

Color spaces of #da386f

RGB 21856111
HSL0.940.690.54
HSV340°74°85°
CMYK 0.000.740.49   0.15
XYZ33.196918.881516.9337
Yxy18.88150.48100.2736
Hunter Lab43.452860.32717.3115
CIE-Lab50.548365.27327.1842

#da386f color RGB value is (218,56,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00111000 01101111
Octal 332 70 157
Decimal 218 56 111
Hex DA 38 6F

RGB Percentages of Color #da386f

%56.62
%14.55
%28.83

CMYK Percentages of Color #da386f

%0
%74
%49
%15

Triadic Colors of #da386f

#da386f #6fda38 #386fda

Analogous Colors of #da386f

#da386f #da5238 #da38c0

Monochromatic Colors of #da386f

#da386f

Complementary Color

#da386f #38daa3

#da386f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da386f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da386f Color CSS Codes

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

#da386f Text Font Color

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

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


#da386f Background Color

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

This div background color is #da386f


#da386f Border Color

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

This div border color is #da386f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da386f


Comments

No comments written yet.

Please login to write comment.