Color Hex Logo

#da378f Color Hex

#DA378F
(218,55,143)
0 Favorites   0 Comments

Color spaces of #da378f

RGB 21855143
HSL0.910.690.54
HSV328°75°85°
CMYK 0.000.750.34   0.15
XYZ35.237619.621027.9166
Yxy19.62100.42570.2370
Hunter Lab44.295664.4813-6.3597
CIE-Lab51.406068.6485-10.8395

#da378f color RGB value is (218,55,143).

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

The process color (four color CMYK) of #da378f color hex is 0.00, 0.75, 0.34, 0.15. Web safe color of #da378f is #cc3399. Color #da378f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110111 10001111
Octal 332 67 217
Decimal 218 55 143
Hex DA 37 8F

RGB Percentages of Color #da378f

%52.40
%13.22
%34.38

CMYK Percentages of Color #da378f

%0
%75
%34
%15

Triadic Colors of #da378f

#da378f #8fda37 #378fda

Analogous Colors of #da378f

#da378f #da373e #d437da

Monochromatic Colors of #da378f

#da378f

Complementary Color

#da378f #37da82

#da378f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da378f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da378f Color CSS Codes

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

#da378f Text Font Color

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

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


#da378f Background Color

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

This div background color is #da378f


#da378f Border Color

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

This div border color is #da378f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da378f


Comments

No comments written yet.

Please login to write comment.