Color Hex Logo

#bb81ec Color Hex

#BB81EC
(187,129,236)
1 Favorites   0 Comments

Color spaces of #bb81ec

RGB 187129236
HSL0.760.740.72
HSV273°45°93°
CMYK 0.210.450.00   0.07
XYZ43.484132.321483.3037
Yxy32.32140.27330.2031
Hunter Lab56.851937.0377-47.0798
CIE-Lab63.607642.1356-45.6670

#bb81ec color RGB value is (187,129,236).

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

The process color (four color CMYK) of #bb81ec color hex is 0.21, 0.45, 0.00, 0.07. Web safe color of #bb81ec is #cc99ff. Color #bb81ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000001 11101100
Octal 273 201 354
Decimal 187 129 236
Hex BB 81 EC

RGB Percentages of Color #bb81ec

%33.88
%23.37
%42.75

CMYK Percentages of Color #bb81ec

%21
%45
%0
%7

Triadic Colors of #bb81ec

#bb81ec #ecbb81 #81ecbb

Analogous Colors of #bb81ec

#bb81ec #ec81e8 #8681ec

Monochromatic Colors of #bb81ec

#bb81ec

Complementary Color

#bb81ec #b2ec81

#bb81ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb81ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb81ec Color CSS Codes

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

#bb81ec Text Font Color

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

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


#bb81ec Background Color

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

This div background color is #bb81ec


#bb81ec Border Color

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

This div border color is #bb81ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb81ec


Comments

No comments written yet.

Please login to write comment.