Color Hex Logo

#b061fe Color Hex

#B061FE
(176,97,254)
0 Favorites   0 Comments

Color spaces of #b061fe

RGB 17697254
HSL0.750.990.69
HSV270°62°100°
CMYK 0.310.620.00   0.00
XYZ40.068624.935396.4671
Yxy24.93530.24810.1544
Hunter Lab49.935355.8437-79.5843
CIE-Lab57.012360.2002-66.2059

#b061fe color RGB value is (176,97,254).

#b061fe hex color red value is 176, green value is 97 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b061fe hue: 0.75 , saturation: 0.99 and the lightness value of b061fe is 0.69.

The process color (four color CMYK) of #b061fe color hex is 0.31, 0.62, 0.00, 0.00. Web safe color of #b061fe is #9966ff. Color #b061fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01100001 11111110
Octal 260 141 376
Decimal 176 97 254
Hex B0 61 FE

RGB Percentages of Color #b061fe

%33.40
%18.41
%48.20

CMYK Percentages of Color #b061fe

%31
%62
%0
%0

Triadic Colors of #b061fe

#b061fe #feb061 #61feb0

Analogous Colors of #b061fe

#b061fe #fe61fe #6261fe

Monochromatic Colors of #b061fe

#b061fe

Complementary Color

#b061fe #affe61

#b061fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b061fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b061fe Color CSS Codes

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

#b061fe Text Font Color

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

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


#b061fe Background Color

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

This div background color is #b061fe


#b061fe Border Color

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

This div border color is #b061fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b061fe


Comments

No comments written yet.

Please login to write comment.