Color Hex Logo

#bb60c0 Color Hex

#BB60C0
(187,96,192)
0 Favorites   0 Comments

Color spaces of #bb60c0

RGB 18796192
HSL0.820.430.56
HSV297°50°75°
CMYK 0.030.500.00   0.25
XYZ34.190822.736352.4557
Yxy22.73630.31260.2079
Hunter Lab47.682644.5489-31.8472
CIE-Lab54.799750.4278-34.7177

#bb60c0 color RGB value is (187,96,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100000 11000000
Octal 273 140 300
Decimal 187 96 192
Hex BB 60 C0

RGB Percentages of Color #bb60c0

%39.37
%20.21
%40.42

CMYK Percentages of Color #bb60c0

%3
%50
%0
%25

Triadic Colors of #bb60c0

#bb60c0 #c0bb60 #60c0bb

Analogous Colors of #bb60c0

#bb60c0 #c06095 #8b60c0

Monochromatic Colors of #bb60c0

#bb60c0

Complementary Color

#bb60c0 #65c060

#bb60c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb60c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb60c0 Color CSS Codes

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

#bb60c0 Text Font Color

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

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


#bb60c0 Background Color

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

This div background color is #bb60c0


#bb60c0 Border Color

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

This div border color is #bb60c0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb60c0


Comments

No comments written yet.

Please login to write comment.