Color Hex Logo

#da495a Color Hex

#DA495A
(218,73,90)
0 Favorites   0 Comments

Color spaces of #da495a

RGB 2187390
HSL0.980.660.57
HSV353°67°85°
CMYK 0.000.670.59   0.15
XYZ33.141420.408711.8654
Yxy20.40870.50660.3120
Hunter Lab45.176051.890816.0508
CIE-Lab52.296257.542822.2226

#da495a color RGB value is (218,73,90).

#da495a hex color red value is 218, green value is 73 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #da495a hue: 0.98 , saturation: 0.66 and the lightness value of da495a is 0.57.

The process color (four color CMYK) of #da495a color hex is 0.00, 0.67, 0.59, 0.15. Web safe color of #da495a is #cc3366. Color #da495a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001001 01011010
Octal 332 111 132
Decimal 218 73 90
Hex DA 49 5A

RGB Percentages of Color #da495a

%57.22
%19.16
%23.62

CMYK Percentages of Color #da495a

%0
%67
%59
%15

Triadic Colors of #da495a

#da495a #5ada49 #495ada

Analogous Colors of #da495a

#da495a #da8149 #da49a3

Monochromatic Colors of #da495a

#da495a

Complementary Color

#da495a #49dac9

#da495a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da495a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da495a Color CSS Codes

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

#da495a Text Font Color

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

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


#da495a Background Color

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

This div background color is #da495a


#da495a Border Color

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

This div border color is #da495a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da495a


Comments

No comments written yet.

Please login to write comment.