Color Hex Logo

#da475e Color Hex

#DA475E
(218,71,94)
0 Favorites   0 Comments

Color spaces of #da475e

RGB 2187194
HSL0.970.670.57
HSV351°67°85°
CMYK 0.000.670.57   0.15
XYZ33.187120.220112.7434
Yxy20.22010.50170.3057
Hunter Lab44.966853.047614.6742
CIE-Lab52.085258.614119.5583

#da475e color RGB value is (218,71,94).

#da475e hex color red value is 218, green value is 71 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #da475e hue: 0.97 , saturation: 0.67 and the lightness value of da475e is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000111 01011110
Octal 332 107 136
Decimal 218 71 94
Hex DA 47 5E

RGB Percentages of Color #da475e

%56.92
%18.54
%24.54

CMYK Percentages of Color #da475e

%0
%67
%57
%15

Triadic Colors of #da475e

#da475e #5eda47 #475eda

Analogous Colors of #da475e

#da475e #da7a47 #da47a8

Monochromatic Colors of #da475e

#da475e

Complementary Color

#da475e #47dac3

#da475e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da475e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da475e Color CSS Codes

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

#da475e Text Font Color

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

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


#da475e Background Color

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

This div background color is #da475e


#da475e Border Color

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

This div border color is #da475e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da475e


Comments

No comments written yet.

Please login to write comment.