Color Hex Logo

#b977eb Color Hex

#B977EB
(185,119,235)
0 Favorites   0 Comments

Color spaces of #b977eb

RGB 185119235
HSL0.760.740.69
HSV274°49°92°
CMYK 0.210.490.00   0.08
XYZ41.599829.506182.1000
Yxy29.50610.27150.1926
Hunter Lab54.319541.6424-51.5889
CIE-Lab61.225746.7551-48.8884

#b977eb color RGB value is (185,119,235).

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

The process color (four color CMYK) of #b977eb color hex is 0.21, 0.49, 0.00, 0.08. Web safe color of #b977eb is #cc66ff. Color #b977eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110111 11101011
Octal 271 167 353
Decimal 185 119 235
Hex B9 77 EB

RGB Percentages of Color #b977eb

%34.32
%22.08
%43.60

CMYK Percentages of Color #b977eb

%21
%49
%0
%8

Triadic Colors of #b977eb

#b977eb #ebb977 #77ebb9

Analogous Colors of #b977eb

#b977eb #eb77e3 #7f77eb

Monochromatic Colors of #b977eb

#b977eb

Complementary Color

#b977eb #a9eb77

#b977eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b977eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b977eb Color CSS Codes

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

#b977eb Text Font Color

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

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


#b977eb Background Color

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

This div background color is #b977eb


#b977eb Border Color

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

This div border color is #b977eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b977eb


Comments

No comments written yet.

Please login to write comment.