Color Hex Logo

#bb51c0 Color Hex

#BB51C0
(187,81,192)
0 Favorites   0 Comments

Color spaces of #bb51c0

RGB 18781192
HSL0.830.470.54
HSV297°58°75°
CMYK 0.030.580.00   0.25
XYZ32.950420.255452.0422
Yxy20.25540.31310.1925
Hunter Lab45.006051.9253-37.0551
CIE-Lab52.124857.6043-38.9166

#bb51c0 color RGB value is (187,81,192).

#bb51c0 hex color red value is 187, green value is 81 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #bb51c0 hue: 0.83 , saturation: 0.47 and the lightness value of bb51c0 is 0.54.

The process color (four color CMYK) of #bb51c0 color hex is 0.03, 0.58, 0.00, 0.25. Web safe color of #bb51c0 is #cc66cc. Color #bb51c0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010001 11000000
Octal 273 121 300
Decimal 187 81 192
Hex BB 51 C0

RGB Percentages of Color #bb51c0

%40.65
%17.61
%41.74

CMYK Percentages of Color #bb51c0

%3
%58
%0
%25

Triadic Colors of #bb51c0

#bb51c0 #c0bb51 #51c0bb

Analogous Colors of #bb51c0

#bb51c0 #c0518e #8451c0

Monochromatic Colors of #bb51c0

#bb51c0

Complementary Color

#bb51c0 #56c051

#bb51c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb51c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb51c0 Color CSS Codes

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

#bb51c0 Text Font Color

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

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


#bb51c0 Background Color

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

This div background color is #bb51c0


#bb51c0 Border Color

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

This div border color is #bb51c0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb51c0


Comments

No comments written yet.

Please login to write comment.