Color Hex Logo

#da675c Color Hex

#DA675C
(218,103,92)
0 Favorites   0 Comments

Color spaces of #da675c

RGB 21810392
HSL0.010.630.61
HSV58°85°
CMYK 0.000.530.58   0.15
XYZ35.695525.378613.1424
Yxy25.37860.48100.3420
Hunter Lab50.377238.318819.7964
CIE-Lab57.442544.178327.7844

#da675c color RGB value is (218,103,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100111 01011100
Octal 332 147 134
Decimal 218 103 92
Hex DA 67 5C

RGB Percentages of Color #da675c

%52.78
%24.94
%22.28

CMYK Percentages of Color #da675c

%0
%53
%58
%15

Triadic Colors of #da675c

#da675c #5cda67 #675cda

Analogous Colors of #da675c

#da675c #daa65c #da5c90

Monochromatic Colors of #da675c

#da675c

Complementary Color

#da675c #5ccfda

#da675c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da675c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da675c Color CSS Codes

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

#da675c Text Font Color

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

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


#da675c Background Color

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

This div background color is #da675c


#da675c Border Color

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

This div border color is #da675c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da675c


Comments

No comments written yet.

Please login to write comment.