Color Hex Logo

#b14feb Color Hex

#B14FEB
(177,79,235)
0 Favorites   0 Comments

Color spaces of #b14feb

RGB 17779235
HSL0.770.800.62
HSV278°66°92°
CMYK 0.250.660.00   0.08
XYZ35.922820.937280.7452
Yxy20.93720.26110.1522
Hunter Lab45.757260.0607-72.5958
CIE-Lab52.880764.6051-62.2695

#b14feb color RGB value is (177,79,235).

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

The process color (four color CMYK) of #b14feb color hex is 0.25, 0.66, 0.00, 0.08. Web safe color of #b14feb is #9966ff. Color #b14feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01001111 11101011
Octal 261 117 353
Decimal 177 79 235
Hex B1 4F EB

RGB Percentages of Color #b14feb

%36.05
%16.09
%47.86

CMYK Percentages of Color #b14feb

%25
%66
%0
%8

Triadic Colors of #b14feb

#b14feb #ebb14f #4febb1

Analogous Colors of #b14feb

#b14feb #eb4fd7 #634feb

Monochromatic Colors of #b14feb

#b14feb

Complementary Color

#b14feb #89eb4f

#b14feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b14feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b14feb Color CSS Codes

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

#b14feb Text Font Color

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

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


#b14feb Background Color

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

This div background color is #b14feb


#b14feb Border Color

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

This div border color is #b14feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b14feb


Comments

No comments written yet.

Please login to write comment.