Color Hex Logo

#b77fef Color Hex

#B77FEF
(183,127,239)
0 Favorites   0 Comments

Color spaces of #b77fef

RGB 183127239
HSL0.750.780.72
HSV270°47°94°
CMYK 0.230.470.00   0.06
XYZ42.697831.478085.4868
Yxy31.47800.26740.1972
Hunter Lab56.105337.6597-51.0657
CIE-Lab62.909142.8102-48.4555

#b77fef color RGB value is (183,127,239).

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

The process color (four color CMYK) of #b77fef color hex is 0.23, 0.47, 0.00, 0.06. Web safe color of #b77fef is #cc66ff. Color #b77fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111111 11101111
Octal 267 177 357
Decimal 183 127 239
Hex B7 7F EF

RGB Percentages of Color #b77fef

%33.33
%23.13
%43.53

CMYK Percentages of Color #b77fef

%23
%47
%0
%6

Triadic Colors of #b77fef

#b77fef #efb77f #7fefb7

Analogous Colors of #b77fef

#b77fef #ef7fef #7f7fef

Monochromatic Colors of #b77fef

#b77fef

Complementary Color

#b77fef #b7ef7f

#b77fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77fef Color CSS Codes

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

#b77fef Text Font Color

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

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


#b77fef Background Color

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

This div background color is #b77fef


#b77fef Border Color

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

This div border color is #b77fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77fef


Comments

No comments written yet.

Please login to write comment.