Color Hex Logo

#da325e Color Hex

#DA325E
(218,50,94)
0 Favorites   1 Comments

Color spaces of #da325e

RGB 2185094
HSL0.960.690.53
HSV344°77°85°
CMYK 0.000.770.57   0.15
XYZ32.074417.994812.3725
Yxy17.99480.51370.2882
Hunter Lab42.420360.730212.4014
CIE-Lab49.489865.821216.0420

#da325e color RGB value is (218,50,94).

#da325e hex color red value is 218, green value is 50 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #da325e hue: 0.96 , saturation: 0.69 and the lightness value of da325e is 0.53.

The process color (four color CMYK) of #da325e color hex is 0.00, 0.77, 0.57, 0.15. Web safe color of #da325e is #cc3366. Color #da325e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110010 01011110
Octal 332 62 136
Decimal 218 50 94
Hex DA 32 5E

RGB Percentages of Color #da325e

%60.22
%13.81
%25.97

CMYK Percentages of Color #da325e

%0
%77
%57
%15

Triadic Colors of #da325e

#da325e #5eda32 #325eda

Analogous Colors of #da325e

#da325e #da5a32 #da32b2

Monochromatic Colors of #da325e

#da325e

Complementary Color

#da325e #32daae

#da325e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da325e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da325e Color CSS Codes

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

#da325e Text Font Color

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

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


#da325e Background Color

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

This div background color is #da325e


#da325e Border Color

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

This div border color is #da325e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da325e


Comments

13 May 2014, 8:27 (guest)

Quilt Pink

Please login to write comment.