Color Hex Logo

#b414fb Color Hex

#B414FB
(180,20,251)
0 Favorites   0 Comments

Color spaces of #b414fb

RGB 18020251
HSL0.780.970.53
HSV282°92°98°
CMYK 0.280.920.00   0.02
XYZ36.485117.168692.6577
Yxy17.16860.24940.1173
Hunter Lab41.435084.6648-103.5808
CIE-Lab48.471885.4856-78.3685

#b414fb color RGB value is (180,20,251).

#b414fb hex color red value is 180, green value is 20 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b414fb hue: 0.78 , saturation: 0.97 and the lightness value of b414fb is 0.53.

The process color (four color CMYK) of #b414fb color hex is 0.28, 0.92, 0.00, 0.02. Web safe color of #b414fb is #cc00ff. Color #b414fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010100 11111011
Octal 264 24 373
Decimal 180 20 251
Hex B4 14 FB

RGB Percentages of Color #b414fb

%39.91
%4.43
%55.65

CMYK Percentages of Color #b414fb

%28
%92
%0
%2

Triadic Colors of #b414fb

#b414fb #fbb414 #14fbb4

Analogous Colors of #b414fb

#b414fb #fb14cf #4114fb

Monochromatic Colors of #b414fb

#b414fb

Complementary Color

#b414fb #5bfb14

#b414fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b414fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b414fb Color CSS Codes

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

#b414fb Text Font Color

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

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


#b414fb Background Color

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

This div background color is #b414fb


#b414fb Border Color

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

This div border color is #b414fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,20,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b414fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b414fb;
  -webkit-box-shadow: 1px 1px 3px 2px #b414fb;
  box-shadow:         1px 1px 3px 2px #b414fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,20,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b414fb

Related Colors


Comments

No comments written yet.

Please login to write comment.