Color Hex Logo

#da397a Color Hex

#DA397A
(218,57,122)
0 Favorites   0 Comments

Color spaces of #da397a

RGB 21857122
HSL0.930.690.54
HSV336°74°85°
CMYK 0.000.740.44   0.15
XYZ33.889419.236820.3393
Yxy19.23680.46130.2618
Hunter Lab43.859861.16813.2070
CIE-Lab50.963165.91671.1249

#da397a color RGB value is (218,57,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00111001 01111010
Octal 332 71 172
Decimal 218 57 122
Hex DA 39 7A

RGB Percentages of Color #da397a

%54.91
%14.36
%30.73

CMYK Percentages of Color #da397a

%0
%74
%44
%15

Triadic Colors of #da397a

#da397a #7ada39 #397ada

Analogous Colors of #da397a

#da397a #da4839 #da39cb

Monochromatic Colors of #da397a

#da397a

Complementary Color

#da397a #39da99

#da397a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da397a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da397a Color CSS Codes

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

#da397a Text Font Color

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

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


#da397a Background Color

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

This div background color is #da397a


#da397a Border Color

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

This div border color is #da397a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da397a


Comments

No comments written yet.

Please login to write comment.