Color Hex Logo

#bb230d Color Hex

#BB230D
(187,35,13)
0 Favorites   0 Comments

Color spaces of #bb230d

RGB 1873513
HSL0.020.870.39
HSV93°73°
CMYK 0.000.810.93   0.27
XYZ21.167211.79591.5420
Yxy11.79590.61350.3419
Hunter Lab34.345249.907021.3797
CIE-Lab40.889957.856449.6980

#bb230d color RGB value is (187,35,13).

#bb230d hex color red value is 187, green value is 35 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #bb230d hue: 0.02 , saturation: 0.87 and the lightness value of bb230d is 0.39.

The process color (four color CMYK) of #bb230d color hex is 0.00, 0.81, 0.93, 0.27. Web safe color of #bb230d is #cc3300. Color #bb230d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100011 00001101
Octal 273 43 15
Decimal 187 35 13
Hex BB 23 D

RGB Percentages of Color #bb230d

%79.57
%14.89
%5.53

CMYK Percentages of Color #bb230d

%0
%81
%93
%27

Triadic Colors of #bb230d

#bb230d #0dbb23 #230dbb

Analogous Colors of #bb230d

#bb230d #bb7a0d #bb0d4e

Monochromatic Colors of #bb230d

#bb230d

Complementary Color

#bb230d #0da5bb

#bb230d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb230d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb230d Color CSS Codes

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

#bb230d Text Font Color

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

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


#bb230d Background Color

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

This div background color is #bb230d


#bb230d Border Color

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

This div border color is #bb230d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb230d


Comments

No comments written yet.

Please login to write comment.