Color Hex Logo

#bb203e Color Hex

#BB203E
(187,32,62)
0 Favorites   0 Comments

Color spaces of #bb203e

RGB 1873262
HSL0.970.710.43
HSV348°83°73°
CMYK 0.000.830.67   0.27
XYZ21.879511.94565.7100
Yxy11.94560.55340.3022
Hunter Lab34.562452.514014.3985
CIE-Lab41.129560.185623.6382

#bb203e color RGB value is (187,32,62).

#bb203e hex color red value is 187, green value is 32 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bb203e hue: 0.97 , saturation: 0.71 and the lightness value of bb203e is 0.43.

The process color (four color CMYK) of #bb203e color hex is 0.00, 0.83, 0.67, 0.27. Web safe color of #bb203e is #cc3333. Color #bb203e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100000 00111110
Octal 273 40 76
Decimal 187 32 62
Hex BB 20 3E

RGB Percentages of Color #bb203e

%66.55
%11.39
%22.06

CMYK Percentages of Color #bb203e

%0
%83
%67
%27

Triadic Colors of #bb203e

#bb203e #3ebb20 #203ebb

Analogous Colors of #bb203e

#bb203e #bb5020 #bb208c

Monochromatic Colors of #bb203e

#bb203e

Complementary Color

#bb203e #20bb9d

#bb203e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb203e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb203e Color CSS Codes

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

#bb203e Text Font Color

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

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


#bb203e Background Color

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

This div background color is #bb203e


#bb203e Border Color

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

This div border color is #bb203e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb203e


Comments

No comments written yet.

Please login to write comment.