Color Hex Logo

#b23035 Color Hex

#B23035
(178,48,53)
0 Favorites   0 Comments

Color spaces of #b23035

RGB 1784853
HSL0.990.580.44
HSV358°73°70°
CMYK 0.000.730.70   0.30
XYZ20.059711.83594.5955
Yxy11.83590.54970.3244
Hunter Lab34.403343.872916.1626
CIE-Lab40.954152.198928.5628

#b23035 color RGB value is (178,48,53).

#b23035 hex color red value is 178, green value is 48 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #b23035 hue: 0.99 , saturation: 0.58 and the lightness value of b23035 is 0.44.

The process color (four color CMYK) of #b23035 color hex is 0.00, 0.73, 0.70, 0.30. Web safe color of #b23035 is #993333. Color #b23035 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00110000 00110101
Octal 262 60 65
Decimal 178 48 53
Hex B2 30 35

RGB Percentages of Color #b23035

%63.80
%17.20
%19.00

CMYK Percentages of Color #b23035

%0
%73
%70
%30

Triadic Colors of #b23035

#b23035 #35b230 #3035b2

Analogous Colors of #b23035

#b23035 #b26c30 #b23076

Monochromatic Colors of #b23035

#b23035

Complementary Color

#b23035 #30b2ad

#b23035 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b23035 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b23035 Color CSS Codes

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

#b23035 Text Font Color

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

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


#b23035 Background Color

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

This div background color is #b23035


#b23035 Border Color

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

This div border color is #b23035


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b23035


Comments

No comments written yet.

Please login to write comment.