Color Hex Logo

#bb27ee Color Hex

#BB27EE
(187,39,238)
0 Favorites   0 Comments

Color spaces of #bb27ee

RGB 18739238
HSL0.790.850.54
HSV285°84°93°
CMYK 0.210.840.00   0.07
XYZ36.651718.188982.4680
Yxy18.18890.26690.1325
Hunter Lab42.648478.7665-84.7934
CIE-Lab49.724480.6385-68.9898

#bb27ee color RGB value is (187,39,238).

#bb27ee hex color red value is 187, green value is 39 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bb27ee hue: 0.79 , saturation: 0.85 and the lightness value of bb27ee is 0.54.

The process color (four color CMYK) of #bb27ee color hex is 0.21, 0.84, 0.00, 0.07. Web safe color of #bb27ee is #cc33ff. Color #bb27ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100111 11101110
Octal 273 47 356
Decimal 187 39 238
Hex BB 27 EE

RGB Percentages of Color #bb27ee

%40.30
%8.41
%51.29

CMYK Percentages of Color #bb27ee

%21
%84
%0
%7

Triadic Colors of #bb27ee

#bb27ee #eebb27 #27eebb

Analogous Colors of #bb27ee

#bb27ee #ee27be #5827ee

Monochromatic Colors of #bb27ee

#bb27ee

Complementary Color

#bb27ee #5aee27

#bb27ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb27ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb27ee Color CSS Codes

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

#bb27ee Text Font Color

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

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


#bb27ee Background Color

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

This div background color is #bb27ee


#bb27ee Border Color

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

This div border color is #bb27ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb27ee


Comments

No comments written yet.

Please login to write comment.