Color Hex Logo

#b277eb Color Hex

#B277EB
(178,119,235)
0 Favorites   0 Comments

Color spaces of #b277eb

RGB 178119235
HSL0.750.740.69
HSV271°49°92°
CMYK 0.240.490.00   0.08
XYZ39.952328.656882.0229
Yxy28.65680.26520.1902
Hunter Lab53.532039.5379-53.3729
CIE-Lab60.477544.9008-50.1213

#b277eb color RGB value is (178,119,235).

#b277eb hex color red value is 178, green value is 119 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b277eb hue: 0.75 , saturation: 0.74 and the lightness value of b277eb is 0.69.

The process color (four color CMYK) of #b277eb color hex is 0.24, 0.49, 0.00, 0.08. Web safe color of #b277eb is #9966ff. Color #b277eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110111 11101011
Octal 262 167 353
Decimal 178 119 235
Hex B2 77 EB

RGB Percentages of Color #b277eb

%33.46
%22.37
%44.17

CMYK Percentages of Color #b277eb

%24
%49
%0
%8

Triadic Colors of #b277eb

#b277eb #ebb277 #77ebb2

Analogous Colors of #b277eb

#b277eb #eb77ea #7877eb

Monochromatic Colors of #b277eb

#b277eb

Complementary Color

#b277eb #b0eb77

#b277eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b277eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b277eb Color CSS Codes

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

#b277eb Text Font Color

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

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


#b277eb Background Color

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

This div background color is #b277eb


#b277eb Border Color

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

This div border color is #b277eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,119,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b277eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b277eb;
  -webkit-box-shadow: 1px 1px 3px 2px #b277eb;
  box-shadow:         1px 1px 3px 2px #b277eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,119,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b277eb


Comments

No comments written yet.

Please login to write comment.