Color Hex Logo

#bb71ec Color Hex

#BB71EC
(187,113,236)
0 Favorites   0 Comments

Color spaces of #bb71ec

RGB 187113236
HSL0.770.760.68
HSV276°52°93°
CMYK 0.210.520.00   0.07
XYZ41.539028.431282.6553
Yxy28.43120.27220.1863
Hunter Lab53.320945.7466-54.5836
CIE-Lab60.276350.6623-50.9348

#bb71ec color RGB value is (187,113,236).

#bb71ec hex color red value is 187, green value is 113 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bb71ec hue: 0.77 , saturation: 0.76 and the lightness value of bb71ec is 0.68.

The process color (four color CMYK) of #bb71ec color hex is 0.21, 0.52, 0.00, 0.07. Web safe color of #bb71ec is #cc66ff. Color #bb71ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110001 11101100
Octal 273 161 354
Decimal 187 113 236
Hex BB 71 EC

RGB Percentages of Color #bb71ec

%34.89
%21.08
%44.03

CMYK Percentages of Color #bb71ec

%21
%52
%0
%7

Triadic Colors of #bb71ec

#bb71ec #ecbb71 #71ecbb

Analogous Colors of #bb71ec

#bb71ec #ec71e0 #7e71ec

Monochromatic Colors of #bb71ec

#bb71ec

Complementary Color

#bb71ec #a2ec71

#bb71ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb71ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb71ec Color CSS Codes

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

#bb71ec Text Font Color

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

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


#bb71ec Background Color

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

This div background color is #bb71ec


#bb71ec Border Color

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

This div border color is #bb71ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb71ec


Comments

No comments written yet.

Please login to write comment.