Color Hex Logo

#bb235e Color Hex

#BB235E
(187,35,94)
0 Favorites   0 Comments

Color spaces of #bb235e

RGB 1873594
HSL0.940.680.44
HSV337°81°73°
CMYK 0.000.810.50   0.27
XYZ23.114912.575011.7986
Yxy12.57500.48670.2648
Hunter Lab35.461254.29555.0960
CIE-Lab42.115861.59684.8497

#bb235e color RGB value is (187,35,94).

#bb235e hex color red value is 187, green value is 35 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bb235e hue: 0.94 , saturation: 0.68 and the lightness value of bb235e is 0.44.

The process color (four color CMYK) of #bb235e color hex is 0.00, 0.81, 0.50, 0.27. Web safe color of #bb235e is #cc3366. Color #bb235e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100011 01011110
Octal 273 43 136
Decimal 187 35 94
Hex BB 23 5E

RGB Percentages of Color #bb235e

%59.18
%11.08
%29.75

CMYK Percentages of Color #bb235e

%0
%81
%50
%27

Triadic Colors of #bb235e

#bb235e #5ebb23 #235ebb

Analogous Colors of #bb235e

#bb235e #bb3423 #bb23aa

Monochromatic Colors of #bb235e

#bb235e

Complementary Color

#bb235e #23bb80

#bb235e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb235e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb235e Color CSS Codes

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

#bb235e Text Font Color

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

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


#bb235e Background Color

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

This div background color is #bb235e


#bb235e Border Color

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

This div border color is #bb235e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb235e


Comments

No comments written yet.

Please login to write comment.