Color Hex Logo

#bb07ee Color Hex

#BB07EE
(187,7,238)
0 Favorites   0 Comments

Color spaces of #bb07ee

RGB 1877238
HSL0.800.940.48
HSV287°97°93°
CMYK 0.210.970.00   0.07
XYZ36.002116.889882.2515
Yxy16.88980.26640.1250
Hunter Lab41.097284.4500-89.8943
CIE-Lab48.120985.3874-71.5948

#bb07ee color RGB value is (187,7,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000111 11101110
Octal 273 7 356
Decimal 187 7 238
Hex BB 7 EE

RGB Percentages of Color #bb07ee

%43.29
%1.62
%55.09

CMYK Percentages of Color #bb07ee

%21
%97
%0
%7

Triadic Colors of #bb07ee

#bb07ee #eebb07 #07eebb

Analogous Colors of #bb07ee

#bb07ee #ee07ae #4707ee

Monochromatic Colors of #bb07ee

#bb07ee

Complementary Color

#bb07ee #3aee07

#bb07ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb07ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb07ee Color CSS Codes

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

#bb07ee Text Font Color

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

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


#bb07ee Background Color

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

This div background color is #bb07ee


#bb07ee Border Color

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

This div border color is #bb07ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb07ee


Comments

No comments written yet.

Please login to write comment.