Color Hex Logo

#b77efe Color Hex

#B77EFE
(183,126,254)
0 Favorites   0 Comments

Color spaces of #b77efe

RGB 183126254
HSL0.740.980.75
HSV267°50°100°
CMYK 0.280.500.00   0.00
XYZ44.878732.144797.6051
Yxy32.14470.25700.1841
Hunter Lab56.696342.0755-62.3829
CIE-Lab63.462346.8375-55.8377

#b77efe color RGB value is (183,126,254).

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

The process color (four color CMYK) of #b77efe color hex is 0.28, 0.50, 0.00, 0.00. Web safe color of #b77efe is #cc66ff. Color #b77efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111110 11111110
Octal 267 176 376
Decimal 183 126 254
Hex B7 7E FE

RGB Percentages of Color #b77efe

%32.50
%22.38
%45.12

CMYK Percentages of Color #b77efe

%28
%50
%0
%0

Triadic Colors of #b77efe

#b77efe #feb77e #7efeb7

Analogous Colors of #b77efe

#b77efe #f77efe #7e85fe

Monochromatic Colors of #b77efe

#b77efe

Complementary Color

#b77efe #c5fe7e

#b77efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77efe Color CSS Codes

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

#b77efe Text Font Color

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

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


#b77efe Background Color

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

This div background color is #b77efe


#b77efe Border Color

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

This div border color is #b77efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77efe

Related Colors


Comments

No comments written yet.

Please login to write comment.