Color Hex Logo

#b14ceb Color Hex

#B14CEB
(177,76,235)
0 Favorites   0 Comments

Color spaces of #b14ceb

RGB 17776235
HSL0.770.800.61
HSV278°68°92°
CMYK 0.250.680.00   0.08
XYZ35.711320.514280.6747
Yxy20.51420.26090.1498
Hunter Lab45.292661.4776-73.9019
CIE-Lab52.413765.9073-63.0220

#b14ceb color RGB value is (177,76,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01001100 11101011
Octal 261 114 353
Decimal 177 76 235
Hex B1 4C EB

RGB Percentages of Color #b14ceb

%36.27
%15.57
%48.16

CMYK Percentages of Color #b14ceb

%25
%68
%0
%8

Triadic Colors of #b14ceb

#b14ceb #ebb14c #4cebb1

Analogous Colors of #b14ceb

#b14ceb #eb4cd6 #624ceb

Monochromatic Colors of #b14ceb

#b14ceb

Complementary Color

#b14ceb #86eb4c

#b14ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b14ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b14ceb Color CSS Codes

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

#b14ceb Text Font Color

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

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


#b14ceb Background Color

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

This div background color is #b14ceb


#b14ceb Border Color

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

This div border color is #b14ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b14ceb


Comments

No comments written yet.

Please login to write comment.