Color Hex Logo

#bc4302 Color Hex

#BC4302
(188,67,2)
0 Favorites   0 Comments

Color spaces of #bc4302

RGB 188672
HSL0.060.980.37
HSV21°99°74°
CMYK 0.000.640.99   0.26
XYZ22.757114.71011.6973
Yxy14.71010.58110.3756
Hunter Lab38.353738.793524.2238
CIE-Lab45.234646.535055.6160

#bc4302 color RGB value is (188,67,2).

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

The process color (four color CMYK) of #bc4302 color hex is 0.00, 0.64, 0.99, 0.26. Web safe color of #bc4302 is #cc3300. Color #bc4302 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000011 00000010
Octal 274 103 2
Decimal 188 67 2
Hex BC 43 2

RGB Percentages of Color #bc4302

%73.15
%26.07
%0.78

CMYK Percentages of Color #bc4302

%0
%64
%99
%26

Triadic Colors of #bc4302

#bc4302 #02bc43 #4302bc

Analogous Colors of #bc4302

#bc4302 #bca002 #bc021e

Monochromatic Colors of #bc4302

#bc4302

Complementary Color

#bc4302 #027bbc

#bc4302 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4302 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4302 Color CSS Codes

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

#bc4302 Text Font Color

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

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


#bc4302 Background Color

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

This div background color is #bc4302


#bc4302 Border Color

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

This div border color is #bc4302


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4302


Comments

No comments written yet.

Please login to write comment.