Color Hex Logo

#b93c02 Color Hex

#B93C02
(185,60,2)
0 Favorites   0 Comments

Color spaces of #b93c02

RGB 185602
HSL0.050.980.37
HSV19°99°73°
CMYK 0.000.680.99   0.27
XYZ21.634413.55041.5327
Yxy13.55040.58920.3690
Hunter Lab36.810940.488623.2989
CIE-Lab43.581148.469854.4355

#b93c02 color RGB value is (185,60,2).

#b93c02 hex color red value is 185, green value is 60 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #b93c02 hue: 0.05 , saturation: 0.98 and the lightness value of b93c02 is 0.37.

The process color (four color CMYK) of #b93c02 color hex is 0.00, 0.68, 0.99, 0.27. Web safe color of #b93c02 is #cc3300. Color #b93c02 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111100 00000010
Octal 271 74 2
Decimal 185 60 2
Hex B9 3C 2

RGB Percentages of Color #b93c02

%74.90
%24.29
%0.81

CMYK Percentages of Color #b93c02

%0
%68
%99
%27

Triadic Colors of #b93c02

#b93c02 #02b93c #3c02b9

Analogous Colors of #b93c02

#b93c02 #b99802 #b90223

Monochromatic Colors of #b93c02

#b93c02

Complementary Color

#b93c02 #027fb9

#b93c02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93c02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93c02 Color CSS Codes

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

#b93c02 Text Font Color

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

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


#b93c02 Background Color

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

This div background color is #b93c02


#b93c02 Border Color

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

This div border color is #b93c02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93c02


Comments

No comments written yet.

Please login to write comment.