Color Hex Logo

#b22338 Color Hex

#B22338
(178,35,56)
0 Favorites   0 Comments

Color spaces of #b22338

RGB 1783556
HSL0.980.670.42
HSV351°80°70°
CMYK 0.000.800.69   0.30
XYZ19.674910.95264.8185
Yxy10.95260.55510.3090
Hunter Lab33.094748.203014.5338
CIE-Lab39.500556.548624.9480

#b22338 color RGB value is (178,35,56).

#b22338 hex color red value is 178, green value is 35 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #b22338 hue: 0.98 , saturation: 0.67 and the lightness value of b22338 is 0.42.

The process color (four color CMYK) of #b22338 color hex is 0.00, 0.80, 0.69, 0.30. Web safe color of #b22338 is #993333. Color #b22338 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00100011 00111000
Octal 262 43 70
Decimal 178 35 56
Hex B2 23 38

RGB Percentages of Color #b22338

%66.17
%13.01
%20.82

CMYK Percentages of Color #b22338

%0
%80
%69
%30

Triadic Colors of #b22338

#b22338 #38b223 #2338b2

Analogous Colors of #b22338

#b22338 #b25623 #b22380

Monochromatic Colors of #b22338

#b22338

Complementary Color

#b22338 #23b29d

#b22338 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b22338 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b22338 Color CSS Codes

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

#b22338 Text Font Color

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

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


#b22338 Background Color

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

This div background color is #b22338


#b22338 Border Color

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

This div border color is #b22338


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b22338


Comments

No comments written yet.

Please login to write comment.