Color Hex Logo

#b14beb Color Hex

#B14BEB
(177,75,235)
0 Favorites   0 Comments

Color spaces of #b14beb

RGB 17775235
HSL0.770.800.61
HSV278°68°92°
CMYK 0.250.680.00   0.08
XYZ35.642920.377480.6519
Yxy20.37740.26080.1491
Hunter Lab45.141361.9435-74.3317
CIE-Lab52.261366.3338-63.2677

#b14beb color RGB value is (177,75,235).

#b14beb hex color red value is 177, green value is 75 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b14beb hue: 0.77 , saturation: 0.80 and the lightness value of b14beb is 0.61.

The process color (four color CMYK) of #b14beb color hex is 0.25, 0.68, 0.00, 0.08. Web safe color of #b14beb is #9933ff. Color #b14beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01001011 11101011
Octal 261 113 353
Decimal 177 75 235
Hex B1 4B EB

RGB Percentages of Color #b14beb

%36.34
%15.40
%48.25

CMYK Percentages of Color #b14beb

%25
%68
%0
%8

Triadic Colors of #b14beb

#b14beb #ebb14b #4bebb1

Analogous Colors of #b14beb

#b14beb #eb4bd5 #614beb

Monochromatic Colors of #b14beb

#b14beb

Complementary Color

#b14beb #85eb4b

#b14beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b14beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b14beb Color CSS Codes

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

#b14beb Text Font Color

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

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


#b14beb Background Color

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

This div background color is #b14beb


#b14beb Border Color

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

This div border color is #b14beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b14beb


Comments

No comments written yet.

Please login to write comment.