Color Hex Logo

#da671b Color Hex

#DA671B
(218,103,27)
0 Favorites   0 Comments

Color spaces of #da671b

RGB 21810327
HSL0.070.780.48
HSV24°88°85°
CMYK 0.000.530.88   0.15
XYZ33.961524.68514.0116
Yxy24.68510.54200.3940
Hunter Lab49.684135.066329.9917
CIE-Lab56.767341.149958.9107

#da671b color RGB value is (218,103,27).

#da671b hex color red value is 218, green value is 103 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #da671b hue: 0.07 , saturation: 0.78 and the lightness value of da671b is 0.48.

The process color (four color CMYK) of #da671b color hex is 0.00, 0.53, 0.88, 0.15. Web safe color of #da671b is #cc6633. Color #da671b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100111 00011011
Octal 332 147 33
Decimal 218 103 27
Hex DA 67 1B

RGB Percentages of Color #da671b

%62.64
%29.60
%7.76

CMYK Percentages of Color #da671b

%0
%53
%88
%15

Triadic Colors of #da671b

#da671b #1bda67 #671bda

Analogous Colors of #da671b

#da671b #dac71b #da1b2f

Monochromatic Colors of #da671b

#da671b

Complementary Color

#da671b #1b8eda

#da671b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da671b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da671b Color CSS Codes

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

#da671b Text Font Color

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

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


#da671b Background Color

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

This div background color is #da671b


#da671b Border Color

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

This div border color is #da671b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da671b


Comments

No comments written yet.

Please login to write comment.