Color Hex Logo

#b714fa Color Hex

#B714FA
(183,20,250)
0 Favorites   0 Comments

Color spaces of #b714fa

RGB 18320250
HSL0.780.960.53
HSV283°92°98°
CMYK 0.270.920.00   0.02
XYZ37.033917.469791.8626
Yxy17.46970.25300.1194
Hunter Lab41.796885.0150-101.0522
CIE-Lab48.846585.6833-77.1788

#b714fa color RGB value is (183,20,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010100 11111010
Octal 267 24 372
Decimal 183 20 250
Hex B7 14 FA

RGB Percentages of Color #b714fa

%40.40
%4.42
%55.19

CMYK Percentages of Color #b714fa

%27
%92
%0
%2

Triadic Colors of #b714fa

#b714fa #fab714 #14fab7

Analogous Colors of #b714fa

#b714fa #fa14ca #4414fa

Monochromatic Colors of #b714fa

#b714fa

Complementary Color

#b714fa #57fa14

#b714fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b714fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b714fa Color CSS Codes

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

#b714fa Text Font Color

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

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


#b714fa Background Color

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

This div background color is #b714fa


#b714fa Border Color

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

This div border color is #b714fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b714fa


Comments

No comments written yet.

Please login to write comment.