Color Hex Logo

#b877eb Color Hex

#B877EB
(184,119,235)
0 Favorites   0 Comments

Color spaces of #b877eb

RGB 184119235
HSL0.760.740.69
HSV274°49°92°
CMYK 0.220.490.00   0.08
XYZ41.359429.382282.0887
Yxy29.38220.27060.1923
Hunter Lab54.205441.3385-51.8452
CIE-Lab61.117546.4890-49.0667

#b877eb color RGB value is (184,119,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110111 11101011
Octal 270 167 353
Decimal 184 119 235
Hex B8 77 EB

RGB Percentages of Color #b877eb

%34.20
%22.12
%43.68

CMYK Percentages of Color #b877eb

%22
%49
%0
%8

Triadic Colors of #b877eb

#b877eb #ebb877 #77ebb8

Analogous Colors of #b877eb

#b877eb #eb77e4 #7e77eb

Monochromatic Colors of #b877eb

#b877eb

Complementary Color

#b877eb #aaeb77

#b877eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b877eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b877eb Color CSS Codes

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

#b877eb Text Font Color

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

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


#b877eb Background Color

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

This div background color is #b877eb


#b877eb Border Color

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

This div border color is #b877eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b877eb


Comments

No comments written yet.

Please login to write comment.