Color Hex Logo

#bb3ff7 Color Hex

#BB3FF7
(187,63,247)
0 Favorites   0 Comments

Color spaces of #bb3ff7

RGB 18763247
HSL0.780.920.61
HSV280°74°97°
CMYK 0.240.740.00   0.03
XYZ39.059520.835289.9586
Yxy20.83520.26070.1390
Hunter Lab45.645672.8649-84.8972
CIE-Lab52.768775.3178-69.1016

#bb3ff7 color RGB value is (187,63,247).

#bb3ff7 hex color red value is 187, green value is 63 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #bb3ff7 hue: 0.78 , saturation: 0.92 and the lightness value of bb3ff7 is 0.61.

The process color (four color CMYK) of #bb3ff7 color hex is 0.24, 0.74, 0.00, 0.03. Web safe color of #bb3ff7 is #cc33ff. Color #bb3ff7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111111 11110111
Octal 273 77 367
Decimal 187 63 247
Hex BB 3F F7

RGB Percentages of Color #bb3ff7

%37.63
%12.68
%49.70

CMYK Percentages of Color #bb3ff7

%24
%74
%0
%3

Triadic Colors of #bb3ff7

#bb3ff7 #f7bb3f #3ff7bb

Analogous Colors of #bb3ff7

#bb3ff7 #f73fd7 #5f3ff7

Monochromatic Colors of #bb3ff7

#bb3ff7

Complementary Color

#bb3ff7 #7bf73f

#bb3ff7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb3ff7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb3ff7 Color CSS Codes

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

#bb3ff7 Text Font Color

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

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


#bb3ff7 Background Color

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

This div background color is #bb3ff7


#bb3ff7 Border Color

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

This div border color is #bb3ff7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb3ff7


Comments

No comments written yet.

Please login to write comment.