Color Hex Logo

#da397c Color Hex

#DA397C
(218,57,124)
0 Favorites   0 Comments

Color spaces of #da397c

RGB 21857124
HSL0.930.690.54
HSV335°74°85°
CMYK 0.000.740.43   0.15
XYZ34.014719.286920.9988
Yxy19.28690.45780.2596
Hunter Lab43.916961.39822.3923
CIE-Lab51.021266.10280.0025

#da397c color RGB value is (218,57,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00111001 01111100
Octal 332 71 174
Decimal 218 57 124
Hex DA 39 7C

RGB Percentages of Color #da397c

%54.64
%14.29
%31.08

CMYK Percentages of Color #da397c

%0
%74
%43
%15

Triadic Colors of #da397c

#da397c #7cda39 #397cda

Analogous Colors of #da397c

#da397c #da4639 #da39cd

Monochromatic Colors of #da397c

#da397c

Complementary Color

#da397c #39da97

#da397c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da397c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da397c Color CSS Codes

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

#da397c Text Font Color

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

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


#da397c Background Color

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

This div background color is #da397c


#da397c Border Color

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

This div border color is #da397c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da397c


Comments

No comments written yet.

Please login to write comment.