Color Hex Logo

#b261f0 Color Hex

#B261F0
(178,97,240)
0 Favorites   0 Comments

Color spaces of #b261f0

RGB 17897240
HSL0.760.830.66
HSV274°60°94°
CMYK 0.260.600.00   0.06
XYZ38.363024.305685.1076
Yxy24.30560.25960.1645
Hunter Lab49.300752.6223-67.8416
CIE-Lab56.392557.4750-59.4178

#b261f0 color RGB value is (178,97,240).

#b261f0 hex color red value is 178, green value is 97 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #b261f0 hue: 0.76 , saturation: 0.83 and the lightness value of b261f0 is 0.66.

The process color (four color CMYK) of #b261f0 color hex is 0.26, 0.60, 0.00, 0.06. Web safe color of #b261f0 is #9966ff. Color #b261f0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100001 11110000
Octal 262 141 360
Decimal 178 97 240
Hex B2 61 F0

RGB Percentages of Color #b261f0

%34.56
%18.83
%46.60

CMYK Percentages of Color #b261f0

%26
%60
%0
%6

Triadic Colors of #b261f0

#b261f0 #f0b261 #61f0b2

Analogous Colors of #b261f0

#b261f0 #f061e7 #6b61f0

Monochromatic Colors of #b261f0

#b261f0

Complementary Color

#b261f0 #9ff061

#b261f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b261f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b261f0 Color CSS Codes

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

#b261f0 Text Font Color

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

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


#b261f0 Background Color

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

This div background color is #b261f0


#b261f0 Border Color

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

This div border color is #b261f0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b261f0


Comments

No comments written yet.

Please login to write comment.