Color Hex Logo

#bb245f Color Hex

#BB245F
(187,36,95)
0 Favorites   0 Comments

Color spaces of #bb245f

RGB 1873695
HSL0.930.680.44
HSV337°81°73°
CMYK 0.000.810.49   0.27
XYZ23.190012.652812.0465
Yxy12.65280.48420.2642
Hunter Lab35.570854.12244.8202
CIE-Lab42.235461.41894.3928

#bb245f color RGB value is (187,36,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100100 01011111
Octal 273 44 137
Decimal 187 36 95
Hex BB 24 5F

RGB Percentages of Color #bb245f

%58.81
%11.32
%29.87

CMYK Percentages of Color #bb245f

%0
%81
%49
%27

Triadic Colors of #bb245f

#bb245f #5fbb24 #245fbb

Analogous Colors of #bb245f

#bb245f #bb3524 #bb24ab

Monochromatic Colors of #bb245f

#bb245f

Complementary Color

#bb245f #24bb80

#bb245f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb245f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb245f Color CSS Codes

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

#bb245f Text Font Color

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

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


#bb245f Background Color

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

This div background color is #bb245f


#bb245f Border Color

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

This div border color is #bb245f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb245f


Comments

No comments written yet.

Please login to write comment.