Color Hex Logo

#b319f5 Color Hex

#B319F5
(179,25,245)
0 Favorites   0 Comments

Color spaces of #b319f5

RGB 17925245
HSL0.780.920.53
HSV282°90°96°
CMYK 0.270.900.00   0.04
XYZ35.419516.871587.7759
Yxy16.87150.25290.1205
Hunter Lab41.074982.0420-97.9485
CIE-Lab48.097783.5252-75.6247

#b319f5 color RGB value is (179,25,245).

#b319f5 hex color red value is 179, green value is 25 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #b319f5 hue: 0.78 , saturation: 0.92 and the lightness value of b319f5 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011001 11110101
Octal 263 31 365
Decimal 179 25 245
Hex B3 19 F5

RGB Percentages of Color #b319f5

%39.87
%5.57
%54.57

CMYK Percentages of Color #b319f5

%27
%90
%0
%4

Triadic Colors of #b319f5

#b319f5 #f5b319 #19f5b3

Analogous Colors of #b319f5

#b319f5 #f519c9 #4519f5

Monochromatic Colors of #b319f5

#b319f5

Complementary Color

#b319f5 #5bf519

#b319f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b319f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b319f5 Color CSS Codes

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

#b319f5 Text Font Color

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

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


#b319f5 Background Color

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

This div background color is #b319f5


#b319f5 Border Color

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

This div border color is #b319f5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b319f5


Comments

No comments written yet.

Please login to write comment.