Color Hex Logo

#b60ebb Color Hex

#B60EBB
(182,14,187)
0 Favorites   0 Comments

Color spaces of #b60ebb

RGB 18214187
HSL0.830.860.39
HSV298°93°73°
CMYK 0.030.930.00   0.27
XYZ28.418113.847048.1886
Yxy13.84700.31420.1531
Hunter Lab37.211671.1985-50.7319
CIE-Lab44.012775.6650-48.9438

#b60ebb color RGB value is (182,14,187).

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

The process color (four color CMYK) of #b60ebb color hex is 0.03, 0.93, 0.00, 0.27. Web safe color of #b60ebb is #cc00cc. Color #b60ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00001110 10111011
Octal 266 16 273
Decimal 182 14 187
Hex B6 E BB

RGB Percentages of Color #b60ebb

%47.52
%3.66
%48.83

CMYK Percentages of Color #b60ebb

%3
%93
%0
%27

Triadic Colors of #b60ebb

#b60ebb #bbb60e #0ebbb6

Analogous Colors of #b60ebb

#b60ebb #bb0e6a #600ebb

Monochromatic Colors of #b60ebb

#b60ebb

Complementary Color

#b60ebb #13bb0e

#b60ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b60ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b60ebb Color CSS Codes

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

#b60ebb Text Font Color

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

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


#b60ebb Background Color

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

This div background color is #b60ebb


#b60ebb Border Color

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

This div border color is #b60ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b60ebb


Comments

No comments written yet.

Please login to write comment.