Color Hex Logo

#bb71b1 Color Hex

#BB71B1
(187,113,177)
0 Favorites   0 Comments

Color spaces of #bb71b1

RGB 187113177
HSL0.860.350.59
HSV308°40°73°
CMYK 0.000.400.05   0.27
XYZ34.334525.549444.7169
Yxy25.54940.32820.2443
Hunter Lab50.546432.7929-17.0696
CIE-Lab57.606838.8254-21.7538

#bb71b1 color RGB value is (187,113,177).

#bb71b1 hex color red value is 187, green value is 113 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #bb71b1 hue: 0.86 , saturation: 0.35 and the lightness value of bb71b1 is 0.59.

The process color (four color CMYK) of #bb71b1 color hex is 0.00, 0.40, 0.05, 0.27. Web safe color of #bb71b1 is #cc6699. Color #bb71b1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110001 10110001
Octal 273 161 261
Decimal 187 113 177
Hex BB 71 B1

RGB Percentages of Color #bb71b1

%39.20
%23.69
%37.11

CMYK Percentages of Color #bb71b1

%0
%40
%5
%27

Triadic Colors of #bb71b1

#bb71b1 #b1bb71 #71b1bb

Analogous Colors of #bb71b1

#bb71b1 #bb718c #a071bb

Monochromatic Colors of #bb71b1

#bb71b1

Complementary Color

#bb71b1 #71bb7b

#bb71b1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb71b1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb71b1 Color CSS Codes

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

#bb71b1 Text Font Color

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

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


#bb71b1 Background Color

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

This div background color is #bb71b1


#bb71b1 Border Color

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

This div border color is #bb71b1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb71b1


Comments

No comments written yet.

Please login to write comment.