Color Hex Logo

#b260bb Color Hex

#B260BB
(178,96,187)
0 Favorites   0 Comments

Color spaces of #b260bb

RGB 17896187
HSL0.820.400.55
HSV294°49°73°
CMYK 0.050.490.00   0.27
XYZ31.512621.418649.4870
Yxy21.41860.30770.2091
Hunter Lab46.280240.5517-31.0021
CIE-Lab53.404646.9026-34.1076

#b260bb color RGB value is (178,96,187).

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

The process color (four color CMYK) of #b260bb color hex is 0.05, 0.49, 0.00, 0.27. Web safe color of #b260bb is #9966cc. Color #b260bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100000 10111011
Octal 262 140 273
Decimal 178 96 187
Hex B2 60 BB

RGB Percentages of Color #b260bb

%38.61
%20.82
%40.56

CMYK Percentages of Color #b260bb

%5
%49
%0
%27

Triadic Colors of #b260bb

#b260bb #bbb260 #60bbb2

Analogous Colors of #b260bb

#b260bb #bb6097 #8560bb

Monochromatic Colors of #b260bb

#b260bb

Complementary Color

#b260bb #69bb60

#b260bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b260bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b260bb Color CSS Codes

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

#b260bb Text Font Color

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

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


#b260bb Background Color

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

This div background color is #b260bb


#b260bb Border Color

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

This div border color is #b260bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b260bb


Comments

No comments written yet.

Please login to write comment.