Color Hex Logo

#b14fff Color Hex

#B14FFF
(177,79,255)
0 Favorites   0 Comments

Color spaces of #b14fff

RGB 17779255
HSL0.761.000.65
HSV273°69°100°
CMYK 0.310.690.00   0.00
XYZ38.977422.159196.8305
Yxy22.15910.24670.1403
Hunter Lab47.073565.4217-89.0086
CIE-Lab54.195468.9074-71.3036

#b14fff color RGB value is (177,79,255).

#b14fff hex color red value is 177, green value is 79 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b14fff hue: 0.76 , saturation: 1.00 and the lightness value of b14fff is 0.65.

The process color (four color CMYK) of #b14fff color hex is 0.31, 0.69, 0.00, 0.00. Web safe color of #b14fff is #9966ff. Color #b14fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01001111 11111111
Octal 261 117 377
Decimal 177 79 255
Hex B1 4F FF

RGB Percentages of Color #b14fff

%34.64
%15.46
%49.90

CMYK Percentages of Color #b14fff

%31
%69
%0
%0

Triadic Colors of #b14fff

#b14fff #ffb14f #4fffb1

Analogous Colors of #b14fff

#b14fff #ff4ff5 #594fff

Monochromatic Colors of #b14fff

#b14fff

Complementary Color

#b14fff #9dff4f

#b14fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b14fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b14fff Color CSS Codes

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

#b14fff Text Font Color

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

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


#b14fff Background Color

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

This div background color is #b14fff


#b14fff Border Color

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

This div border color is #b14fff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,79,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b14fff


Comments

No comments written yet.

Please login to write comment.