Color Hex Logo

#bb79c0 Color Hex

#BB79C0
(187,121,192)
0 Favorites   0 Comments

Color spaces of #bb79c0

RGB 187121192
HSL0.820.360.61
HSV296°37°75°
CMYK 0.030.370.00   0.25
XYZ36.845328.045353.3405
Yxy28.04530.31160.2372
Hunter Lab52.957831.5149-22.6480
CIE-Lab59.929637.2901-26.7495

#bb79c0 color RGB value is (187,121,192).

#bb79c0 hex color red value is 187, green value is 121 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #bb79c0 hue: 0.82 , saturation: 0.36 and the lightness value of bb79c0 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111001 11000000
Octal 273 171 300
Decimal 187 121 192
Hex BB 79 C0

RGB Percentages of Color #bb79c0

%37.40
%24.20
%38.40

CMYK Percentages of Color #bb79c0

%3
%37
%0
%25

Triadic Colors of #bb79c0

#bb79c0 #c0bb79 #79c0bb

Analogous Colors of #bb79c0

#bb79c0 #c079a2 #9879c0

Monochromatic Colors of #bb79c0

#bb79c0

Complementary Color

#bb79c0 #7ec079

#bb79c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb79c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb79c0 Color CSS Codes

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

#bb79c0 Text Font Color

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

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


#bb79c0 Background Color

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

This div background color is #bb79c0


#bb79c0 Border Color

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

This div border color is #bb79c0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb79c0


Comments

No comments written yet.

Please login to write comment.