Color Hex Logo

#bb60cf Color Hex

#BB60CF
(187,96,207)
0 Favorites   0 Comments

Color spaces of #bb60cf

RGB 18796207
HSL0.800.540.59
HSV289°54°81°
CMYK 0.100.540.00   0.19
XYZ35.938923.435561.6608
Yxy23.43550.29690.1936
Hunter Lab48.410247.7974-41.6314
CIE-Lab55.518153.2909-42.1605

#bb60cf color RGB value is (187,96,207).

#bb60cf hex color red value is 187, green value is 96 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bb60cf hue: 0.80 , saturation: 0.54 and the lightness value of bb60cf is 0.59.

The process color (four color CMYK) of #bb60cf color hex is 0.10, 0.54, 0.00, 0.19. Web safe color of #bb60cf is #cc66cc. Color #bb60cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100000 11001111
Octal 273 140 317
Decimal 187 96 207
Hex BB 60 CF

RGB Percentages of Color #bb60cf

%38.16
%19.59
%42.24

CMYK Percentages of Color #bb60cf

%10
%54
%0
%19

Triadic Colors of #bb60cf

#bb60cf #cfbb60 #60cfbb

Analogous Colors of #bb60cf

#bb60cf #cf60ac #8460cf

Monochromatic Colors of #bb60cf

#bb60cf

Complementary Color

#bb60cf #74cf60

#bb60cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb60cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb60cf Color CSS Codes

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

#bb60cf Text Font Color

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

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


#bb60cf Background Color

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

This div background color is #bb60cf


#bb60cf Border Color

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

This div border color is #bb60cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb60cf


Comments

No comments written yet.

Please login to write comment.