Color Hex Logo

#d2780a Color Hex

#D2780A
(210,120,10)
0 Favorites   0 Comments

Color spaces of #d2780a

RGB 21012010
HSL0.090.910.43
HSV33°95°82°
CMYK 0.000.430.95   0.18
XYZ33.349627.15653.7712
Yxy27.15650.51880.4225
Hunter Lab52.111923.037332.1877
CIE-Lab59.118928.869964.3220

#d2780a color RGB value is (210,120,10).

#d2780a hex color red value is 210, green value is 120 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #d2780a hue: 0.09 , saturation: 0.91 and the lightness value of d2780a is 0.43.

The process color (four color CMYK) of #d2780a color hex is 0.00, 0.43, 0.95, 0.18. Web safe color of #d2780a is #cc6600. Color #d2780a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111000 00001010
Octal 322 170 12
Decimal 210 120 10
Hex D2 78 A

RGB Percentages of Color #d2780a

%61.76
%35.29
%2.94

CMYK Percentages of Color #d2780a

%0
%43
%95
%18

Triadic Colors of #d2780a

#d2780a #0ad278 #780ad2

Analogous Colors of #d2780a

#d2780a #c8d20a #d2140a

Monochromatic Colors of #d2780a

#d2780a

Complementary Color

#d2780a #0a64d2

#d2780a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2780a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2780a Color CSS Codes

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

#d2780a Text Font Color

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

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


#d2780a Background Color

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

This div background color is #d2780a


#d2780a Border Color

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

This div border color is #d2780a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,120,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d2780a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d2780a;
  -webkit-box-shadow: 1px 1px 3px 2px #d2780a;
  box-shadow:         1px 1px 3px 2px #d2780a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,120,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2780a


Comments

No comments written yet.

Please login to write comment.