Color Hex Logo

#b519fe Color Hex

#B519FE
(181,25,254)
0 Favorites   0 Comments

Color spaces of #b519fe

RGB 18125254
HSL0.780.990.55
HSV281°90°100°
CMYK 0.290.900.00   0.00
XYZ37.293117.674895.2119
Yxy17.67480.24830.1177
Hunter Lab42.041484.7671-104.8461
CIE-Lab49.099385.4437-79.0123

#b519fe color RGB value is (181,25,254).

#b519fe hex color red value is 181, green value is 25 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b519fe hue: 0.78 , saturation: 0.99 and the lightness value of b519fe is 0.55.

The process color (four color CMYK) of #b519fe color hex is 0.29, 0.90, 0.00, 0.00. Web safe color of #b519fe is #cc00ff. Color #b519fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011001 11111110
Octal 265 31 376
Decimal 181 25 254
Hex B5 19 FE

RGB Percentages of Color #b519fe

%39.35
%5.43
%55.22

CMYK Percentages of Color #b519fe

%29
%90
%0
%0

Triadic Colors of #b519fe

#b519fe #feb519 #19feb5

Analogous Colors of #b519fe

#b519fe #fe19d5 #4219fe

Monochromatic Colors of #b519fe

#b519fe

Complementary Color

#b519fe #62fe19

#b519fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b519fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b519fe Color CSS Codes

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

#b519fe Text Font Color

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

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


#b519fe Background Color

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

This div background color is #b519fe


#b519fe Border Color

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

This div border color is #b519fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,25,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b519fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b519fe;
  -webkit-box-shadow: 1px 1px 3px 2px #b519fe;
  box-shadow:         1px 1px 3px 2px #b519fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,25,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b519fe

Related Colors


Comments

No comments written yet.

Please login to write comment.