Color Hex Logo

#bb07ed Color Hex

#BB07ED
(187,7,237)
0 Favorites   0 Comments

Color spaces of #bb07ed

RGB 1877237
HSL0.800.940.48
HSV287°97°93°
CMYK 0.210.970.00   0.07
XYZ35.855616.831281.4797
Yxy16.83120.26720.1255
Hunter Lab41.025884.2095-89.0353
CIE-Lab48.046685.2160-71.1513

#bb07ed color RGB value is (187,7,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000111 11101101
Octal 273 7 355
Decimal 187 7 237
Hex BB 7 ED

RGB Percentages of Color #bb07ed

%43.39
%1.62
%54.99

CMYK Percentages of Color #bb07ed

%21
%97
%0
%7

Triadic Colors of #bb07ed

#bb07ed #edbb07 #07edbb

Analogous Colors of #bb07ed

#bb07ed #ed07ac #4807ed

Monochromatic Colors of #bb07ed

#bb07ed

Complementary Color

#bb07ed #39ed07

#bb07ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb07ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb07ed Color CSS Codes

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

#bb07ed Text Font Color

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

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


#bb07ed Background Color

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

This div background color is #bb07ed


#bb07ed Border Color

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

This div border color is #bb07ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb07ed


Comments

No comments written yet.

Please login to write comment.