Color Hex Logo

#da495b Color Hex

#DA495B
(218,73,91)
0 Favorites   0 Comments

Color spaces of #da495b

RGB 2187391
HSL0.980.660.57
HSV353°67°85°
CMYK 0.000.670.58   0.15
XYZ33.184320.425812.0911
Yxy20.42580.50510.3109
Hunter Lab45.194951.972315.7744
CIE-Lab52.315357.612421.6535

#da495b color RGB value is (218,73,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001001 01011011
Octal 332 111 133
Decimal 218 73 91
Hex DA 49 5B

RGB Percentages of Color #da495b

%57.07
%19.11
%23.82

CMYK Percentages of Color #da495b

%0
%67
%58
%15

Triadic Colors of #da495b

#da495b #5bda49 #495bda

Analogous Colors of #da495b

#da495b #da8049 #da49a4

Monochromatic Colors of #da495b

#da495b

Complementary Color

#da495b #49dac8

#da495b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da495b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da495b Color CSS Codes

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

#da495b Text Font Color

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

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


#da495b Background Color

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

This div background color is #da495b


#da495b Border Color

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

This div border color is #da495b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da495b


Comments

No comments written yet.

Please login to write comment.