Color Hex Logo

#da675f Color Hex

#DA675F
(218,103,95)
0 Favorites   0 Comments

Color spaces of #da675f

RGB 21810395
HSL0.010.620.61
HSV56°85°
CMYK 0.000.530.56   0.15
XYZ35.829225.432113.8470
Yxy25.43210.47700.3386
Hunter Lab50.430238.566019.0215
CIE-Lab57.494044.405826.1377

#da675f color RGB value is (218,103,95).

#da675f hex color red value is 218, green value is 103 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #da675f hue: 0.01 , saturation: 0.62 and the lightness value of da675f is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100111 01011111
Octal 332 147 137
Decimal 218 103 95
Hex DA 67 5F

RGB Percentages of Color #da675f

%52.40
%24.76
%22.84

CMYK Percentages of Color #da675f

%0
%53
%56
%15

Triadic Colors of #da675f

#da675f #5fda67 #675fda

Analogous Colors of #da675f

#da675f #daa55f #da5f95

Monochromatic Colors of #da675f

#da675f

Complementary Color

#da675f #5fd2da

#da675f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da675f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da675f Color CSS Codes

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

#da675f Text Font Color

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

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


#da675f Background Color

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

This div background color is #da675f


#da675f Border Color

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

This div border color is #da675f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da675f


Comments

No comments written yet.

Please login to write comment.