Color Hex Logo

#b14dff Color Hex

#B14DFF
(177,77,255)
0 Favorites   0 Comments

Color spaces of #b14dff

RGB 17777255
HSL0.761.000.65
HSV274°70°100°
CMYK 0.310.700.00   0.00
XYZ38.835321.874996.7832
Yxy21.87490.24660.1389
Hunter Lab46.770666.3663-89.9504
CIE-Lab53.894069.7545-71.7919

#b14dff color RGB value is (177,77,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01001101 11111111
Octal 261 115 377
Decimal 177 77 255
Hex B1 4D FF

RGB Percentages of Color #b14dff

%34.77
%15.13
%50.10

CMYK Percentages of Color #b14dff

%31
%70
%0
%0

Triadic Colors of #b14dff

#b14dff #ffb14d #4dffb1

Analogous Colors of #b14dff

#b14dff #ff4df4 #584dff

Monochromatic Colors of #b14dff

#b14dff

Complementary Color

#b14dff #9bff4d

#b14dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b14dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b14dff Color CSS Codes

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

#b14dff Text Font Color

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

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


#b14dff Background Color

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

This div background color is #b14dff


#b14dff Border Color

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

This div border color is #b14dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b14dff


Comments

No comments written yet.

Please login to write comment.