Color Hex Logo

#d0702b Color Hex

#D0702B
(208,112,43)
0 Favorites   0 Comments

Color spaces of #d0702b

RGB 20811243
HSL0.070.660.49
HSV25°79°82°
CMYK 0.000.460.79   0.18
XYZ32.242625.17275.4449
Yxy25.17270.51290.4005
Hunter Lab50.172426.908828.6863
CIE-Lab57.243333.008452.5975

#d0702b color RGB value is (208,112,43).

#d0702b hex color red value is 208, green value is 112 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #d0702b hue: 0.07 , saturation: 0.66 and the lightness value of d0702b is 0.49.

The process color (four color CMYK) of #d0702b color hex is 0.00, 0.46, 0.79, 0.18. Web safe color of #d0702b is #cc6633. Color #d0702b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110000 00101011
Octal 320 160 53
Decimal 208 112 43
Hex D0 70 2B

RGB Percentages of Color #d0702b

%57.30
%30.85
%11.85

CMYK Percentages of Color #d0702b

%0
%46
%79
%18

Triadic Colors of #d0702b

#d0702b #2bd070 #702bd0

Analogous Colors of #d0702b

#d0702b #d0c32b #d02b38

Monochromatic Colors of #d0702b

#d0702b

Complementary Color

#d0702b #2b8bd0

#d0702b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0702b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0702b Color CSS Codes

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

#d0702b Text Font Color

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

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


#d0702b Background Color

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

This div background color is #d0702b


#d0702b Border Color

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

This div border color is #d0702b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,112,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0702b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0702b;
  -webkit-box-shadow: 1px 1px 3px 2px #d0702b;
  box-shadow:         1px 1px 3px 2px #d0702b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,112,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0702b


Comments

No comments written yet.

Please login to write comment.