Color Hex Logo

#d0631f Color Hex

#D0631F
(208,99,31)
0 Favorites   0 Comments

Color spaces of #d0631f

RGB 2089931
HSL0.060.740.47
HSV23°85°82°
CMYK 0.000.520.85   0.18
XYZ30.721622.43254.0070
Yxy22.43250.53750.3924
Hunter Lab47.363032.897428.1380
CIE-Lab54.482939.334754.9975

#d0631f color RGB value is (208,99,31).

#d0631f hex color red value is 208, green value is 99 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #d0631f hue: 0.06 , saturation: 0.74 and the lightness value of d0631f is 0.47.

The process color (four color CMYK) of #d0631f color hex is 0.00, 0.52, 0.85, 0.18. Web safe color of #d0631f is #cc6633. Color #d0631f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100011 00011111
Octal 320 143 37
Decimal 208 99 31
Hex D0 63 1F

RGB Percentages of Color #d0631f

%61.54
%29.29
%9.17

CMYK Percentages of Color #d0631f

%0
%52
%85
%18

Triadic Colors of #d0631f

#d0631f #1fd063 #631fd0

Analogous Colors of #d0631f

#d0631f #d0bc1f #d01f33

Monochromatic Colors of #d0631f

#d0631f

Complementary Color

#d0631f #1f8cd0

#d0631f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0631f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0631f Color CSS Codes

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

#d0631f Text Font Color

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

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


#d0631f Background Color

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

This div background color is #d0631f


#d0631f Border Color

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

This div border color is #d0631f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0631f


Comments

No comments written yet.

Please login to write comment.