Color Hex Logo

#b419fe Color Hex

#B419FE
(180,25,254)
0 Favorites   0 Comments

Color spaces of #b419fe

RGB 18025254
HSL0.780.990.55
HSV281°90°100°
CMYK 0.290.900.00   0.00
XYZ37.059417.554395.2010
Yxy17.55430.24740.1172
Hunter Lab41.897984.5652-105.3912
CIE-Lab48.951085.3166-79.2607

#b419fe color RGB value is (180,25,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011001 11111110
Octal 264 31 376
Decimal 180 25 254
Hex B4 19 FE

RGB Percentages of Color #b419fe

%39.22
%5.45
%55.34

CMYK Percentages of Color #b419fe

%29
%90
%0
%0

Triadic Colors of #b419fe

#b419fe #feb419 #19feb4

Analogous Colors of #b419fe

#b419fe #fe19d6 #4219fe

Monochromatic Colors of #b419fe

#b419fe

Complementary Color

#b419fe #63fe19

#b419fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b419fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b419fe Color CSS Codes

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

#b419fe Text Font Color

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

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


#b419fe Background Color

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

This div background color is #b419fe


#b419fe Border Color

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

This div border color is #b419fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b419fe

Related Colors


Comments

No comments written yet.

Please login to write comment.