Color Hex Logo

#da5397 Color Hex

#DA5397
(218,83,151)
0 Favorites   0 Comments

Color spaces of #da5397

RGB 21883151
HSL0.920.650.59
HSV330°62°85°
CMYK 0.000.620.31   0.15
XYZ37.592623.326331.7992
Yxy23.32630.40550.2516
Hunter Lab48.297354.4166-5.2287
CIE-Lab55.406959.2332-9.5779

#da5397 color RGB value is (218,83,151).

#da5397 hex color red value is 218, green value is 83 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #da5397 hue: 0.92 , saturation: 0.65 and the lightness value of da5397 is 0.59.

The process color (four color CMYK) of #da5397 color hex is 0.00, 0.62, 0.31, 0.15. Web safe color of #da5397 is #cc6699. Color #da5397 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010011 10010111
Octal 332 123 227
Decimal 218 83 151
Hex DA 53 97

RGB Percentages of Color #da5397

%48.23
%18.36
%33.41

CMYK Percentages of Color #da5397

%0
%62
%31
%15

Triadic Colors of #da5397

#da5397 #97da53 #5397da

Analogous Colors of #da5397

#da5397 #da5354 #da53da

Monochromatic Colors of #da5397

#da5397

Complementary Color

#da5397 #53da96

#da5397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5397 Color CSS Codes

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

#da5397 Text Font Color

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

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


#da5397 Background Color

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

This div background color is #da5397


#da5397 Border Color

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

This div border color is #da5397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5397


Comments

No comments written yet.

Please login to write comment.