Color Hex Logo

#b879ea Color Hex

#B879EA
(184,121,234)
0 Favorites   0 Comments

Color spaces of #b879ea

RGB 184121234
HSL0.760.730.70
HSV273°48°92°
CMYK 0.210.480.00   0.08
XYZ41.455829.805681.4100
Yxy29.80560.27150.1952
Hunter Lab54.594540.0018-50.1957
CIE-Lab61.486145.1941-47.9280

#b879ea color RGB value is (184,121,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111001 11101010
Octal 270 171 352
Decimal 184 121 234
Hex B8 79 EA

RGB Percentages of Color #b879ea

%34.14
%22.45
%43.41

CMYK Percentages of Color #b879ea

%21
%48
%0
%8

Triadic Colors of #b879ea

#b879ea #eab879 #79eab8

Analogous Colors of #b879ea

#b879ea #ea79e4 #8079ea

Monochromatic Colors of #b879ea

#b879ea

Complementary Color

#b879ea #abea79

#b879ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b879ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b879ea Color CSS Codes

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

#b879ea Text Font Color

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

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


#b879ea Background Color

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

This div background color is #b879ea


#b879ea Border Color

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

This div border color is #b879ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,121,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b879ea


Comments

No comments written yet.

Please login to write comment.