Color Hex Logo

#bb08ee Color Hex

#BB08EE
(187,8,238)
0 Favorites   0 Comments

Color spaces of #bb08ee

RGB 1878238
HSL0.800.930.48
HSV287°97°93°
CMYK 0.210.970.00   0.07
XYZ36.013016.911582.2551
Yxy16.91150.26640.1251
Hunter Lab41.123684.3508-89.8049
CIE-Lab48.148385.3056-71.5502

#bb08ee color RGB value is (187,8,238).

#bb08ee hex color red value is 187, green value is 8 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bb08ee hue: 0.80 , saturation: 0.93 and the lightness value of bb08ee is 0.48.

The process color (four color CMYK) of #bb08ee color hex is 0.21, 0.97, 0.00, 0.07. Web safe color of #bb08ee is #cc00ff. Color #bb08ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001000 11101110
Octal 273 10 356
Decimal 187 8 238
Hex BB 8 EE

RGB Percentages of Color #bb08ee

%43.19
%1.85
%54.97

CMYK Percentages of Color #bb08ee

%21
%97
%0
%7

Triadic Colors of #bb08ee

#bb08ee #eebb08 #08eebb

Analogous Colors of #bb08ee

#bb08ee #ee08ae #4808ee

Monochromatic Colors of #bb08ee

#bb08ee

Complementary Color

#bb08ee #3bee08

#bb08ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb08ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb08ee Color CSS Codes

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

#bb08ee Text Font Color

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

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


#bb08ee Background Color

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

This div background color is #bb08ee


#bb08ee Border Color

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

This div border color is #bb08ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb08ee


Comments

No comments written yet.

Please login to write comment.