Color Hex Logo

#da5458 Color Hex

#DA5458
(218,84,88)
0 Favorites   0 Comments

Color spaces of #da5458

RGB 2188488
HSL1.000.640.59
HSV358°61°85°
CMYK 0.000.610.60   0.15
XYZ33.845221.950711.6856
Yxy21.95070.50150.3253
Hunter Lab46.851646.956718.0081
CIE-Lab53.974752.781725.6015

#da5458 color RGB value is (218,84,88).

#da5458 hex color red value is 218, green value is 84 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #da5458 hue: 1.00 , saturation: 0.64 and the lightness value of da5458 is 0.59.

The process color (four color CMYK) of #da5458 color hex is 0.00, 0.61, 0.60, 0.15. Web safe color of #da5458 is #cc6666. Color #da5458 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010100 01011000
Octal 332 124 130
Decimal 218 84 88
Hex DA 54 58

RGB Percentages of Color #da5458

%55.90
%21.54
%22.56

CMYK Percentages of Color #da5458

%0
%61
%60
%15

Triadic Colors of #da5458

#da5458 #58da54 #5458da

Analogous Colors of #da5458

#da5458 #da9354 #da549b

Monochromatic Colors of #da5458

#da5458

Complementary Color

#da5458 #54dad6

#da5458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5458 Color CSS Codes

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

#da5458 Text Font Color

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

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


#da5458 Background Color

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

This div background color is #da5458


#da5458 Border Color

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

This div border color is #da5458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5458


Comments

No comments written yet.

Please login to write comment.