Color Hex Logo

#b77fec Color Hex

#B77FEC
(183,127,236)
0 Favorites   0 Comments

Color spaces of #b77fec

RGB 183127236
HSL0.750.740.71
HSV271°46°93°
CMYK 0.220.460.00   0.07
XYZ42.258131.302283.1716
Yxy31.30220.26960.1997
Hunter Lab55.948436.9124-48.9753
CIE-Lab62.761942.1255-47.0283

#b77fec color RGB value is (183,127,236).

#b77fec hex color red value is 183, green value is 127 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b77fec hue: 0.75 , saturation: 0.74 and the lightness value of b77fec is 0.71.

The process color (four color CMYK) of #b77fec color hex is 0.22, 0.46, 0.00, 0.07. Web safe color of #b77fec is #cc66ff. Color #b77fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111111 11101100
Octal 267 177 354
Decimal 183 127 236
Hex B7 7F EC

RGB Percentages of Color #b77fec

%33.52
%23.26
%43.22

CMYK Percentages of Color #b77fec

%22
%46
%0
%7

Triadic Colors of #b77fec

#b77fec #ecb77f #7fecb7

Analogous Colors of #b77fec

#b77fec #ec7feb #817fec

Monochromatic Colors of #b77fec

#b77fec

Complementary Color

#b77fec #b4ec7f

#b77fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77fec Color CSS Codes

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

#b77fec Text Font Color

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

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


#b77fec Background Color

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

This div background color is #b77fec


#b77fec Border Color

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

This div border color is #b77fec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,127,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77fec


Comments

No comments written yet.

Please login to write comment.