Color Hex Logo

#bb265a Color Hex

#BB265A
(187,38,90)
0 Favorites   0 Comments

Color spaces of #bb265a

RGB 1873890
HSL0.940.660.44
HSV339°80°73°
CMYK 0.000.800.52   0.27
XYZ23.032112.689210.9082
Yxy12.68920.49390.2721
Hunter Lab35.621953.07466.7794
CIE-Lab42.291260.46767.6137

#bb265a color RGB value is (187,38,90).

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

The process color (four color CMYK) of #bb265a color hex is 0.00, 0.80, 0.52, 0.27. Web safe color of #bb265a is #cc3366. Color #bb265a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100110 01011010
Octal 273 46 132
Decimal 187 38 90
Hex BB 26 5A

RGB Percentages of Color #bb265a

%59.37
%12.06
%28.57

CMYK Percentages of Color #bb265a

%0
%80
%52
%27

Triadic Colors of #bb265a

#bb265a #5abb26 #265abb

Analogous Colors of #bb265a

#bb265a #bb3d26 #bb26a5

Monochromatic Colors of #bb265a

#bb265a

Complementary Color

#bb265a #26bb87

#bb265a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb265a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb265a Color CSS Codes

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

#bb265a Text Font Color

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

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


#bb265a Background Color

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

This div background color is #bb265a


#bb265a Border Color

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

This div border color is #bb265a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb265a


Comments

No comments written yet.

Please login to write comment.