Color Hex Logo

#da824a Color Hex

#DA824A
(218,130,74)
0 Favorites   0 Comments

Color spaces of #da824a

RGB 21813074
HSL0.060.660.57
HSV23°66°85°
CMYK 0.000.400.66   0.15
XYZ38.132131.365110.5229
Yxy31.36510.47650.3920
Hunter Lab56.004623.528228.0630
CIE-Lab62.814629.050544.1058

#da824a color RGB value is (218,130,74).

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

The process color (four color CMYK) of #da824a color hex is 0.00, 0.40, 0.66, 0.15. Web safe color of #da824a is #cc9933. Color #da824a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000010 01001010
Octal 332 202 112
Decimal 218 130 74
Hex DA 82 4A

RGB Percentages of Color #da824a

%51.66
%30.81
%17.54

CMYK Percentages of Color #da824a

%0
%40
%66
%15

Triadic Colors of #da824a

#da824a #4ada82 #824ada

Analogous Colors of #da824a

#da824a #daca4a #da4a5a

Monochromatic Colors of #da824a

#da824a

Complementary Color

#da824a #4aa2da

#da824a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da824a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da824a Color CSS Codes

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

#da824a Text Font Color

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

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


#da824a Background Color

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

This div background color is #da824a


#da824a Border Color

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

This div border color is #da824a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da824a


Comments

No comments written yet.

Please login to write comment.