Color Hex Logo

#b14ffd Color Hex

#B14FFD
(177,79,253)
0 Favorites   0 Comments

Color spaces of #b14ffd

RGB 17779253
HSL0.760.980.65
HSV274°69°99°
CMYK 0.300.690.00   0.01
XYZ38.657122.030995.1434
Yxy22.03090.24810.1414
Hunter Lab46.937164.8716-87.3273
CIE-Lab54.059868.4716-70.4139

#b14ffd color RGB value is (177,79,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01001111 11111101
Octal 261 117 375
Decimal 177 79 253
Hex B1 4F FD

RGB Percentages of Color #b14ffd

%34.77
%15.52
%49.71

CMYK Percentages of Color #b14ffd

%30
%69
%0
%1

Triadic Colors of #b14ffd

#b14ffd #fdb14f #4ffdb1

Analogous Colors of #b14ffd

#b14ffd #fd4ff2 #5a4ffd

Monochromatic Colors of #b14ffd

#b14ffd

Complementary Color

#b14ffd #9bfd4f

#b14ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b14ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b14ffd Color CSS Codes

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

#b14ffd Text Font Color

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

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


#b14ffd Background Color

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

This div background color is #b14ffd


#b14ffd Border Color

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

This div border color is #b14ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b14ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.