Color Hex Logo

#b77bef Color Hex

#B77BEF
(183,123,239)
0 Favorites   0 Comments

Color spaces of #b77bef

RGB 183123239
HSL0.750.780.71
HSV271°49°94°
CMYK 0.230.490.00   0.06
XYZ42.191430.465285.3180
Yxy30.46520.26710.1928
Hunter Lab55.195339.8540-53.0107
CIE-Lab62.053644.9779-49.8090

#b77bef color RGB value is (183,123,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111011 11101111
Octal 267 173 357
Decimal 183 123 239
Hex B7 7B EF

RGB Percentages of Color #b77bef

%33.58
%22.57
%43.85

CMYK Percentages of Color #b77bef

%23
%49
%0
%6

Triadic Colors of #b77bef

#b77bef #efb77b #7befb7

Analogous Colors of #b77bef

#b77bef #ef7bed #7d7bef

Monochromatic Colors of #b77bef

#b77bef

Complementary Color

#b77bef #b3ef7b

#b77bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77bef Color CSS Codes

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

#b77bef Text Font Color

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

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


#b77bef Background Color

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

This div background color is #b77bef


#b77bef Border Color

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

This div border color is #b77bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77bef


Comments

No comments written yet.

Please login to write comment.