Color Hex Logo

#b260bf Color Hex

#B260BF
(178,96,191)
0 Favorites   0 Comments

Color spaces of #b260bf

RGB 17896191
HSL0.810.430.56
HSV292°50°75°
CMYK 0.070.500.00   0.25
XYZ31.946921.592351.7742
Yxy21.59230.30340.2050
Hunter Lab46.467541.4025-33.5338
CIE-Lab53.591747.6786-36.1184

#b260bf color RGB value is (178,96,191).

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

The process color (four color CMYK) of #b260bf color hex is 0.07, 0.50, 0.00, 0.25. Web safe color of #b260bf is #9966cc. Color #b260bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100000 10111111
Octal 262 140 277
Decimal 178 96 191
Hex B2 60 BF

RGB Percentages of Color #b260bf

%38.28
%20.65
%41.08

CMYK Percentages of Color #b260bf

%7
%50
%0
%25

Triadic Colors of #b260bf

#b260bf #bfb260 #60bfb2

Analogous Colors of #b260bf

#b260bf #bf609d #8360bf

Monochromatic Colors of #b260bf

#b260bf

Complementary Color

#b260bf #6dbf60

#b260bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b260bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b260bf Color CSS Codes

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

#b260bf Text Font Color

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

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


#b260bf Background Color

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

This div background color is #b260bf


#b260bf Border Color

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

This div border color is #b260bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b260bf


Comments

No comments written yet.

Please login to write comment.