Color Hex Logo

#b019fc Color Hex

#B019FC
(176,25,252)
0 Favorites   0 Comments

Color spaces of #b019fc

RGB 17625252
HSL0.780.970.54
HSV280°90°99°
CMYK 0.300.900.00   0.01
XYZ35.822816.953693.4798
Yxy16.95360.24490.1159
Hunter Lab41.174783.2425-105.7849
CIE-Lab48.201584.4382-79.3933

#b019fc color RGB value is (176,25,252).

#b019fc hex color red value is 176, green value is 25 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b019fc hue: 0.78 , saturation: 0.97 and the lightness value of b019fc is 0.54.

The process color (four color CMYK) of #b019fc color hex is 0.30, 0.90, 0.00, 0.01. Web safe color of #b019fc is #9900ff. Color #b019fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00011001 11111100
Octal 260 31 374
Decimal 176 25 252
Hex B0 19 FC

RGB Percentages of Color #b019fc

%38.85
%5.52
%55.63

CMYK Percentages of Color #b019fc

%30
%90
%0
%1

Triadic Colors of #b019fc

#b019fc #fcb019 #19fcb0

Analogous Colors of #b019fc

#b019fc #fc19d7 #3e19fc

Monochromatic Colors of #b019fc

#b019fc

Complementary Color

#b019fc #65fc19

#b019fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b019fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b019fc Color CSS Codes

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

#b019fc Text Font Color

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

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


#b019fc Background Color

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

This div background color is #b019fc


#b019fc Border Color

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

This div border color is #b019fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b019fc

Related Colors


Comments

No comments written yet.

Please login to write comment.