Color Hex Logo

#da4397 Color Hex

#DA4397
(218,67,151)
0 Favorites   0 Comments

Color spaces of #da4397

RGB 21867151
HSL0.910.670.56
HSV327°69°85°
CMYK 0.000.690.31   0.15
XYZ36.506521.154131.4372
Yxy21.15410.40970.2374
Hunter Lab45.993661.1921-8.3300
CIE-Lab53.117765.5309-13.0193

#da4397 color RGB value is (218,67,151).

#da4397 hex color red value is 218, green value is 67 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #da4397 hue: 0.91 , saturation: 0.67 and the lightness value of da4397 is 0.56.

The process color (four color CMYK) of #da4397 color hex is 0.00, 0.69, 0.31, 0.15. Web safe color of #da4397 is #cc3399. Color #da4397 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000011 10010111
Octal 332 103 227
Decimal 218 67 151
Hex DA 43 97

RGB Percentages of Color #da4397

%50.00
%15.37
%34.63

CMYK Percentages of Color #da4397

%0
%69
%31
%15

Triadic Colors of #da4397

#da4397 #97da43 #4397da

Analogous Colors of #da4397

#da4397 #da434b #d243da

Monochromatic Colors of #da4397

#da4397

Complementary Color

#da4397 #43da86

#da4397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4397 Color CSS Codes

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

#da4397 Text Font Color

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

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


#da4397 Background Color

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

This div background color is #da4397


#da4397 Border Color

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

This div border color is #da4397


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,67,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 #da4397">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4397


Comments

No comments written yet.

Please login to write comment.