Color Hex Logo

#b2414a Color Hex

#B2414A
(178,65,74)
0 Favorites   0 Comments

Color spaces of #b2414a

RGB 1786574
HSL0.990.470.48
HSV355°63°70°
CMYK 0.000.630.58   0.30
XYZ21.486413.74007.9982
Yxy13.74000.49710.3179
Hunter Lab37.067538.600413.1540
CIE-Lab43.857746.579819.4422

#b2414a color RGB value is (178,65,74).

#b2414a hex color red value is 178, green value is 65 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #b2414a hue: 0.99 , saturation: 0.47 and the lightness value of b2414a is 0.48.

The process color (four color CMYK) of #b2414a color hex is 0.00, 0.63, 0.58, 0.30. Web safe color of #b2414a is #993333. Color #b2414a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000001 01001010
Octal 262 101 112
Decimal 178 65 74
Hex B2 41 4A

RGB Percentages of Color #b2414a

%56.15
%20.50
%23.34

CMYK Percentages of Color #b2414a

%0
%63
%58
%30

Triadic Colors of #b2414a

#b2414a #4ab241 #414ab2

Analogous Colors of #b2414a

#b2414a #b27141 #b24183

Monochromatic Colors of #b2414a

#b2414a

Complementary Color

#b2414a #41b2a9

#b2414a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2414a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2414a Color CSS Codes

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

#b2414a Text Font Color

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

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


#b2414a Background Color

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

This div background color is #b2414a


#b2414a Border Color

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

This div border color is #b2414a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2414a


Comments

No comments written yet.

Please login to write comment.