Color Hex Logo

#b2403d Color Hex

#B2403D
(178,64,61)
0 Favorites   0 Comments

Color spaces of #b2403d

RGB 1786461
HSL0.000.490.47
HSV66°70°
CMYK 0.000.640.66   0.30
XYZ21.035813.46875.9059
Yxy13.46870.52060.3333
Hunter Lab36.699738.089316.1486
CIE-Lab43.461146.145026.8117

#b2403d color RGB value is (178,64,61).

#b2403d hex color red value is 178, green value is 64 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #b2403d hue: 0.00 , saturation: 0.49 and the lightness value of b2403d is 0.47.

The process color (four color CMYK) of #b2403d color hex is 0.00, 0.64, 0.66, 0.30. Web safe color of #b2403d is #993333. Color #b2403d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000000 00111101
Octal 262 100 75
Decimal 178 64 61
Hex B2 40 3D

RGB Percentages of Color #b2403d

%58.75
%21.12
%20.13

CMYK Percentages of Color #b2403d

%0
%64
%66
%30

Triadic Colors of #b2403d

#b2403d #3db240 #403db2

Analogous Colors of #b2403d

#b2403d #b27b3d #b23d75

Monochromatic Colors of #b2403d

#b2403d

Complementary Color

#b2403d #3dafb2

#b2403d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2403d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2403d Color CSS Codes

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

#b2403d Text Font Color

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

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


#b2403d Background Color

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

This div background color is #b2403d


#b2403d Border Color

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

This div border color is #b2403d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,64,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b2403d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b2403d;
  -webkit-box-shadow: 1px 1px 3px 2px #b2403d;
  box-shadow:         1px 1px 3px 2px #b2403d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2403d


Comments

No comments written yet.

Please login to write comment.