Color Hex Logo

#b60bbd Color Hex

#B60BBD
(182,11,189)
0 Favorites   0 Comments

Color spaces of #b60bbd

RGB 18211189
HSL0.830.890.39
HSV298°94°74°
CMYK 0.040.940.00   0.26
XYZ28.596413.858649.3119
Yxy13.85860.31160.1510
Hunter Lab37.227171.9691-52.4779
CIE-Lab44.029576.2905-50.0901

#b60bbd color RGB value is (182,11,189).

#b60bbd hex color red value is 182, green value is 11 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b60bbd hue: 0.83 , saturation: 0.89 and the lightness value of b60bbd is 0.39.

The process color (four color CMYK) of #b60bbd color hex is 0.04, 0.94, 0.00, 0.26. Web safe color of #b60bbd is #cc00cc. Color #b60bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00001011 10111101
Octal 266 13 275
Decimal 182 11 189
Hex B6 B BD

RGB Percentages of Color #b60bbd

%47.64
%2.88
%49.48

CMYK Percentages of Color #b60bbd

%4
%94
%0
%26

Triadic Colors of #b60bbd

#b60bbd #bdb60b #0bbdb6

Analogous Colors of #b60bbd

#b60bbd #bd0b6b #5d0bbd

Monochromatic Colors of #b60bbd

#b60bbd

Complementary Color

#b60bbd #12bd0b

#b60bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b60bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b60bbd Color CSS Codes

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

#b60bbd Text Font Color

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

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


#b60bbd Background Color

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

This div background color is #b60bbd


#b60bbd Border Color

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

This div border color is #b60bbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,11,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b60bbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b60bbd;
  -webkit-box-shadow: 1px 1px 3px 2px #b60bbd;
  box-shadow:         1px 1px 3px 2px #b60bbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,11,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b60bbd


Comments

No comments written yet.

Please login to write comment.