Color Hex Logo

#b77cfb Color Hex

#B77CFB
(183,124,251)
0 Favorites   0 Comments

Color spaces of #b77cfb

RGB 183124251
HSL0.740.940.74
HSV268°51°98°
CMYK 0.270.510.00   0.02
XYZ44.148731.447695.0099
Yxy31.44760.25880.1843
Hunter Lab56.078242.3911-61.1968
CIE-Lab62.883747.2089-55.1108

#b77cfb color RGB value is (183,124,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111100 11111011
Octal 267 174 373
Decimal 183 124 251
Hex B7 7C FB

RGB Percentages of Color #b77cfb

%32.80
%22.22
%44.98

CMYK Percentages of Color #b77cfb

%27
%51
%0
%2

Triadic Colors of #b77cfb

#b77cfb #fbb77c #7cfbb7

Analogous Colors of #b77cfb

#b77cfb #f77cfb #7c81fb

Monochromatic Colors of #b77cfb

#b77cfb

Complementary Color

#b77cfb #c0fb7c

#b77cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77cfb Color CSS Codes

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

#b77cfb Text Font Color

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

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


#b77cfb Background Color

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

This div background color is #b77cfb


#b77cfb Border Color

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

This div border color is #b77cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77cfb


Comments

No comments written yet.

Please login to write comment.