Color Hex Logo

#bb278c Color Hex

#BB278C
(187,39,140)
0 Favorites   0 Comments

Color spaces of #bb278c

RGB 18739140
HSL0.890.650.44
HSV319°79°73°
CMYK 0.000.790.25   0.27
XYZ25.952713.909326.1278
Yxy13.90930.39330.2108
Hunter Lab37.295258.9468-15.4300
CIE-Lab44.102665.3152-20.6576

#bb278c color RGB value is (187,39,140).

#bb278c hex color red value is 187, green value is 39 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #bb278c hue: 0.89 , saturation: 0.65 and the lightness value of bb278c is 0.44.

The process color (four color CMYK) of #bb278c color hex is 0.00, 0.79, 0.25, 0.27. Web safe color of #bb278c is #cc3399. Color #bb278c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100111 10001100
Octal 273 47 214
Decimal 187 39 140
Hex BB 27 8C

RGB Percentages of Color #bb278c

%51.09
%10.66
%38.25

CMYK Percentages of Color #bb278c

%0
%79
%25
%27

Triadic Colors of #bb278c

#bb278c #8cbb27 #278cbb

Analogous Colors of #bb278c

#bb278c #bb2742 #a027bb

Monochromatic Colors of #bb278c

#bb278c

Complementary Color

#bb278c #27bb56

#bb278c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb278c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb278c Color CSS Codes

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

#bb278c Text Font Color

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

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


#bb278c Background Color

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

This div background color is #bb278c


#bb278c Border Color

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

This div border color is #bb278c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb278c


Comments

No comments written yet.

Please login to write comment.