Color Hex Logo

#da502a Color Hex

#DA502A
(218,80,42)
0 Favorites   0 Comments

Color spaces of #da502a

RGB 2188042
HSL0.040.700.51
HSV13°81°85°
CMYK 0.000.630.81   0.15
XYZ32.200020.80994.5101
Yxy20.80990.55980.3618
Hunter Lab45.617946.165426.0707
CIE-Lab52.740852.262049.3188

#da502a color RGB value is (218,80,42).

#da502a hex color red value is 218, green value is 80 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #da502a hue: 0.04 , saturation: 0.70 and the lightness value of da502a is 0.51.

The process color (four color CMYK) of #da502a color hex is 0.00, 0.63, 0.81, 0.15. Web safe color of #da502a is #cc6633. Color #da502a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010000 00101010
Octal 332 120 52
Decimal 218 80 42
Hex DA 50 2A

RGB Percentages of Color #da502a

%64.12
%23.53
%12.35

CMYK Percentages of Color #da502a

%0
%63
%81
%15

Triadic Colors of #da502a

#da502a #2ada50 #502ada

Analogous Colors of #da502a

#da502a #daa82a #da2a5c

Monochromatic Colors of #da502a

#da502a

Complementary Color

#da502a #2ab4da

#da502a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da502a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da502a Color CSS Codes

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

#da502a Text Font Color

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

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


#da502a Background Color

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

This div background color is #da502a


#da502a Border Color

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

This div border color is #da502a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da502a


Comments

No comments written yet.

Please login to write comment.