Color Hex Logo

#b061fb Color Hex

#B061FB
(176,97,251)
0 Favorites   0 Comments

Color spaces of #b061fb

RGB 17697251
HSL0.750.950.68
HSV271°61°98°
CMYK 0.300.610.00   0.02
XYZ39.591824.744593.9562
Yxy24.74450.25010.1563
Hunter Lab49.743855.0188-77.1663
CIE-Lab56.825659.5119-64.8465

#b061fb color RGB value is (176,97,251).

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

The process color (four color CMYK) of #b061fb color hex is 0.30, 0.61, 0.00, 0.02. Web safe color of #b061fb is #9966ff. Color #b061fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01100001 11111011
Octal 260 141 373
Decimal 176 97 251
Hex B0 61 FB

RGB Percentages of Color #b061fb

%33.59
%18.51
%47.90

CMYK Percentages of Color #b061fb

%30
%61
%0
%2

Triadic Colors of #b061fb

#b061fb #fbb061 #61fbb0

Analogous Colors of #b061fb

#b061fb #fb61f9 #6361fb

Monochromatic Colors of #b061fb

#b061fb

Complementary Color

#b061fb #acfb61

#b061fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b061fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b061fb Color CSS Codes

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

#b061fb Text Font Color

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

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


#b061fb Background Color

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

This div background color is #b061fb


#b061fb Border Color

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

This div border color is #b061fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b061fb

Related Colors


Comments

No comments written yet.

Please login to write comment.