Color Hex Logo

#b23427 Color Hex

#B23427
(178,52,39)
0 Favorites   0 Comments

Color spaces of #b23427

RGB 1785239
HSL0.020.640.43
HSV78°70°
CMYK 0.000.710.78   0.30
XYZ19.954312.06743.1970
Yxy12.06740.56660.3426
Hunter Lab34.738241.742218.8602
CIE-Lab41.323050.086437.1320

#b23427 color RGB value is (178,52,39).

#b23427 hex color red value is 178, green value is 52 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #b23427 hue: 0.02 , saturation: 0.64 and the lightness value of b23427 is 0.43.

The process color (four color CMYK) of #b23427 color hex is 0.00, 0.71, 0.78, 0.30. Web safe color of #b23427 is #993333. Color #b23427 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00110100 00100111
Octal 262 64 47
Decimal 178 52 39
Hex B2 34 27

RGB Percentages of Color #b23427

%66.17
%19.33
%14.50

CMYK Percentages of Color #b23427

%0
%71
%78
%30

Triadic Colors of #b23427

#b23427 #27b234 #3427b2

Analogous Colors of #b23427

#b23427 #b27a27 #b2275f

Monochromatic Colors of #b23427

#b23427

Complementary Color

#b23427 #27a5b2

#b23427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b23427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b23427 Color CSS Codes

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

#b23427 Text Font Color

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

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


#b23427 Background Color

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

This div background color is #b23427


#b23427 Border Color

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

This div border color is #b23427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b23427


Comments

No comments written yet.

Please login to write comment.