Color Hex Logo

#bb245d Color Hex

#BB245D
(187,36,93)
0 Favorites   0 Comments

Color spaces of #bb245d

RGB 1873693
HSL0.940.680.44
HSV337°81°73°
CMYK 0.000.810.50   0.27
XYZ23.100212.616911.5737
Yxy12.61690.48850.2668
Hunter Lab35.520353.92495.5455
CIE-Lab42.180261.25275.5706

#bb245d color RGB value is (187,36,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100100 01011101
Octal 273 44 135
Decimal 187 36 93
Hex BB 24 5D

RGB Percentages of Color #bb245d

%59.18
%11.39
%29.43

CMYK Percentages of Color #bb245d

%0
%81
%50
%27

Triadic Colors of #bb245d

#bb245d #5dbb24 #245dbb

Analogous Colors of #bb245d

#bb245d #bb3724 #bb24a9

Monochromatic Colors of #bb245d

#bb245d

Complementary Color

#bb245d #24bb82

#bb245d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb245d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb245d Color CSS Codes

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

#bb245d Text Font Color

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

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


#bb245d Background Color

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

This div background color is #bb245d


#bb245d Border Color

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

This div border color is #bb245d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb245d


Comments

No comments written yet.

Please login to write comment.