Color Hex Logo

#da565f Color Hex

#DA565F
(218,86,95)
0 Favorites   0 Comments

Color spaces of #da565f

RGB 2188695
HSL0.990.640.60
HSV356°61°85°
CMYK 0.000.610.56   0.15
XYZ34.306822.387213.3395
Yxy22.38720.48990.3197
Hunter Lab47.315146.623716.4050
CIE-Lab54.435452.399422.1083

#da565f color RGB value is (218,86,95).

#da565f hex color red value is 218, green value is 86 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #da565f hue: 0.99 , saturation: 0.64 and the lightness value of da565f is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010110 01011111
Octal 332 126 137
Decimal 218 86 95
Hex DA 56 5F

RGB Percentages of Color #da565f

%54.64
%21.55
%23.81

CMYK Percentages of Color #da565f

%0
%61
%56
%15

Triadic Colors of #da565f

#da565f #5fda56 #565fda

Analogous Colors of #da565f

#da565f #da8f56 #da56a1

Monochromatic Colors of #da565f

#da565f

Complementary Color

#da565f #56dad1

#da565f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da565f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da565f Color CSS Codes

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

#da565f Text Font Color

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

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


#da565f Background Color

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

This div background color is #da565f


#da565f Border Color

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

This div border color is #da565f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da565f


Comments

No comments written yet.

Please login to write comment.