Color Hex Logo

#b319fd Color Hex

#B319FD
(179,25,253)
0 Favorites   0 Comments

Color spaces of #b319fd

RGB 17925253
HSL0.780.980.55
HSV281°90°99°
CMYK 0.290.900.00   0.01
XYZ36.667717.370894.3488
Yxy17.37080.24710.1171
Hunter Lab41.678384.1036-105.0423
CIE-Lab48.723985.0041-79.0799

#b319fd color RGB value is (179,25,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011001 11111101
Octal 263 31 375
Decimal 179 25 253
Hex B3 19 FD

RGB Percentages of Color #b319fd

%39.17
%5.47
%55.36

CMYK Percentages of Color #b319fd

%29
%90
%0
%1

Triadic Colors of #b319fd

#b319fd #fdb319 #19fdb3

Analogous Colors of #b319fd

#b319fd #fd19d5 #4119fd

Monochromatic Colors of #b319fd

#b319fd

Complementary Color

#b319fd #63fd19

#b319fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b319fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b319fd Color CSS Codes

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

#b319fd Text Font Color

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

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


#b319fd Background Color

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

This div background color is #b319fd


#b319fd Border Color

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

This div border color is #b319fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b319fd

Related Colors


Comments

No comments written yet.

Please login to write comment.