Color Hex Logo

#b85003 Color Hex

#B85003
(184,80,3)
0 Favorites   0 Comments

Color spaces of #b85003

RGB 184803
HSL0.070.970.37
HSV26°98°72°
CMYK 0.000.570.98   0.28
XYZ22.652315.93421.9679
Yxy15.93420.55860.3929
Hunter Lab39.917731.438525.0194
CIE-Lab46.888038.930655.9416

#b85003 color RGB value is (184,80,3).

#b85003 hex color red value is 184, green value is 80 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #b85003 hue: 0.07 , saturation: 0.97 and the lightness value of b85003 is 0.37.

The process color (four color CMYK) of #b85003 color hex is 0.00, 0.57, 0.98, 0.28. Web safe color of #b85003 is #cc6600. Color #b85003 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010000 00000011
Octal 270 120 3
Decimal 184 80 3
Hex B8 50 3

RGB Percentages of Color #b85003

%68.91
%29.96
%1.12

CMYK Percentages of Color #b85003

%0
%57
%98
%28

Triadic Colors of #b85003

#b85003 #03b850 #5003b8

Analogous Colors of #b85003

#b85003 #b8ab03 #b80310

Monochromatic Colors of #b85003

#b85003

Complementary Color

#b85003 #036bb8

#b85003 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85003 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85003 Color CSS Codes

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

#b85003 Text Font Color

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

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


#b85003 Background Color

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

This div background color is #b85003


#b85003 Border Color

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

This div border color is #b85003


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,80,3, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b85003; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b85003;
  -webkit-box-shadow: 1px 1px 3px 2px #b85003;
  box-shadow:         1px 1px 3px 2px #b85003; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,80,3, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85003


Comments

No comments written yet.

Please login to write comment.