Color Hex Logo

#da674a Color Hex

#DA674A
(218,103,74)
0 Favorites   0 Comments

Color spaces of #da674a

RGB 21810374
HSL0.030.660.57
HSV12°66°85°
CMYK 0.000.530.66   0.15
XYZ34.999725.10039.4787
Yxy25.10030.50300.3607
Hunter Lab50.100237.023723.8528
CIE-Lab57.173042.980337.5211

#da674a color RGB value is (218,103,74).

#da674a hex color red value is 218, green value is 103 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #da674a hue: 0.03 , saturation: 0.66 and the lightness value of da674a is 0.57.

The process color (four color CMYK) of #da674a color hex is 0.00, 0.53, 0.66, 0.15. Web safe color of #da674a is #cc6633. Color #da674a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100111 01001010
Octal 332 147 112
Decimal 218 103 74
Hex DA 67 4A

RGB Percentages of Color #da674a

%55.19
%26.08
%18.73

CMYK Percentages of Color #da674a

%0
%53
%66
%15

Triadic Colors of #da674a

#da674a #4ada67 #674ada

Analogous Colors of #da674a

#da674a #daaf4a #da4a75

Monochromatic Colors of #da674a

#da674a

Complementary Color

#da674a #4abdda

#da674a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da674a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da674a Color CSS Codes

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

#da674a Text Font Color

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

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


#da674a Background Color

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

This div background color is #da674a


#da674a Border Color

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

This div border color is #da674a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da674a

#da674a Color Palettes


Comments

No comments written yet.

Please login to write comment.