Color Hex Logo

#bb265d Color Hex

#BB265D
(187,38,93)
0 Favorites   0 Comments

Color spaces of #bb265d

RGB 1873893
HSL0.940.660.44
HSV338°80°73°
CMYK 0.000.800.50   0.27
XYZ23.162412.741311.5945
Yxy12.74130.48760.2682
Hunter Lab35.695053.36225.7278
CIE-Lab42.370860.71105.8425

#bb265d color RGB value is (187,38,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100110 01011101
Octal 273 46 135
Decimal 187 38 93
Hex BB 26 5D

RGB Percentages of Color #bb265d

%58.81
%11.95
%29.25

CMYK Percentages of Color #bb265d

%0
%80
%50
%27

Triadic Colors of #bb265d

#bb265d #5dbb26 #265dbb

Analogous Colors of #bb265d

#bb265d #bb3a26 #bb26a8

Monochromatic Colors of #bb265d

#bb265d

Complementary Color

#bb265d #26bb84

#bb265d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb265d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb265d Color CSS Codes

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

#bb265d Text Font Color

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

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


#bb265d Background Color

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

This div background color is #bb265d


#bb265d Border Color

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

This div border color is #bb265d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,38,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 #bb265d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb265d


Comments

No comments written yet.

Please login to write comment.