Color Hex Logo

#b878eb Color Hex

#B878EB
(184,120,235)
0 Favorites   0 Comments

Color spaces of #b878eb

RGB 184120235
HSL0.760.740.70
HSV273°49°92°
CMYK 0.220.490.00   0.08
XYZ41.479029.621482.1286
Yxy29.62140.27070.1933
Hunter Lab54.425540.7944-51.3712
CIE-Lab61.326245.9543-48.7363

#b878eb color RGB value is (184,120,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111000 11101011
Octal 270 170 353
Decimal 184 120 235
Hex B8 78 EB

RGB Percentages of Color #b878eb

%34.14
%22.26
%43.60

CMYK Percentages of Color #b878eb

%22
%49
%0
%8

Triadic Colors of #b878eb

#b878eb #ebb878 #78ebb8

Analogous Colors of #b878eb

#b878eb #eb78e5 #7f78eb

Monochromatic Colors of #b878eb

#b878eb

Complementary Color

#b878eb #abeb78

#b878eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b878eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b878eb Color CSS Codes

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

#b878eb Text Font Color

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

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


#b878eb Background Color

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

This div background color is #b878eb


#b878eb Border Color

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

This div border color is #b878eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b878eb


Comments

No comments written yet.

Please login to write comment.