Color Hex Logo

#b777fb Color Hex

#B777FB
(183,119,251)
0 Favorites   0 Comments

Color spaces of #b777fb

RGB 183119251
HSL0.750.940.73
HSV269°53°98°
CMYK 0.270.530.00   0.02
XYZ43.537930.226094.8063
Yxy30.22600.25830.1793
Hunter Lab54.978245.1446-63.7570
CIE-Lab61.848749.8759-56.7586

#b777fb color RGB value is (183,119,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110111 11111011
Octal 267 167 373
Decimal 183 119 251
Hex B7 77 FB

RGB Percentages of Color #b777fb

%33.09
%21.52
%45.39

CMYK Percentages of Color #b777fb

%27
%53
%0
%2

Triadic Colors of #b777fb

#b777fb #fbb777 #77fbb7

Analogous Colors of #b777fb

#b777fb #f977fb #7779fb

Monochromatic Colors of #b777fb

#b777fb

Complementary Color

#b777fb #bbfb77

#b777fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b777fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b777fb Color CSS Codes

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

#b777fb Text Font Color

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

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


#b777fb Background Color

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

This div background color is #b777fb


#b777fb Border Color

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

This div border color is #b777fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b777fb


Comments

No comments written yet.

Please login to write comment.