Color Hex Logo

#b677fb Color Hex

#B677FB
(182,119,251)
0 Favorites   0 Comments

Color spaces of #b677fb

RGB 182119251
HSL0.750.940.73
HSV269°53°98°
CMYK 0.270.530.00   0.02
XYZ43.300830.103894.7952
Yxy30.10380.25740.1790
Hunter Lab54.866944.8545-64.0302
CIE-Lab61.743749.6277-56.9322

#b677fb color RGB value is (182,119,251).

#b677fb hex color red value is 182, green value is 119 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b677fb hue: 0.75 , saturation: 0.94 and the lightness value of b677fb is 0.73.

The process color (four color CMYK) of #b677fb color hex is 0.27, 0.53, 0.00, 0.02. Web safe color of #b677fb is #cc66ff. Color #b677fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110111 11111011
Octal 266 167 373
Decimal 182 119 251
Hex B6 77 FB

RGB Percentages of Color #b677fb

%32.97
%21.56
%45.47

CMYK Percentages of Color #b677fb

%27
%53
%0
%2

Triadic Colors of #b677fb

#b677fb #fbb677 #77fbb6

Analogous Colors of #b677fb

#b677fb #f877fb #777afb

Monochromatic Colors of #b677fb

#b677fb

Complementary Color

#b677fb #bcfb77

#b677fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b677fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b677fb Color CSS Codes

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

#b677fb Text Font Color

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

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


#b677fb Background Color

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

This div background color is #b677fb


#b677fb Border Color

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

This div border color is #b677fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b677fb


Comments

No comments written yet.

Please login to write comment.