Color Hex Logo

#db642a Color Hex

#DB642A
(219,100,42)
0 Favorites   0 Comments

Color spaces of #db642a

RGB 21910042
HSL0.050.710.51
HSV20°81°86°
CMYK 0.000.540.81   0.14
XYZ34.188524.34165.0869
Yxy24.34160.53740.3826
Hunter Lab49.337237.352528.4230
CIE-Lab56.428243.400352.8438

#db642a color RGB value is (219,100,42).

#db642a hex color red value is 219, green value is 100 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #db642a hue: 0.05 , saturation: 0.71 and the lightness value of db642a is 0.51.

The process color (four color CMYK) of #db642a color hex is 0.00, 0.54, 0.81, 0.14. Web safe color of #db642a is #cc6633. Color #db642a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100100 00101010
Octal 333 144 52
Decimal 219 100 42
Hex DB 64 2A

RGB Percentages of Color #db642a

%60.66
%27.70
%11.63

CMYK Percentages of Color #db642a

%0
%54
%81
%14

Triadic Colors of #db642a

#db642a #2adb64 #642adb

Analogous Colors of #db642a

#db642a #dbbd2a #db2a49

Monochromatic Colors of #db642a

#db642a

Complementary Color

#db642a #2aa1db

#db642a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db642a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db642a Color CSS Codes

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

#db642a Text Font Color

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

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


#db642a Background Color

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

This div background color is #db642a


#db642a Border Color

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

This div border color is #db642a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,100,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 #db642a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db642a


Comments

No comments written yet.

Please login to write comment.