Color Hex Logo

#b317fd Color Hex

#B317FD
(179,23,253)
0 Favorites   0 Comments

Color spaces of #b317fd

RGB 17923253
HSL0.780.980.54
HSV281°91°99°
CMYK 0.290.910.00   0.01
XYZ36.626417.288394.3351
Yxy17.28830.24710.1166
Hunter Lab41.579284.4740-105.4120
CIE-Lab48.621385.3097-79.2476

#b317fd color RGB value is (179,23,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010111 11111101
Octal 263 27 375
Decimal 179 23 253
Hex B3 17 FD

RGB Percentages of Color #b317fd

%39.34
%5.05
%55.60

CMYK Percentages of Color #b317fd

%29
%91
%0
%1

Triadic Colors of #b317fd

#b317fd #fdb317 #17fdb3

Analogous Colors of #b317fd

#b317fd #fd17d4 #4017fd

Monochromatic Colors of #b317fd

#b317fd

Complementary Color

#b317fd #61fd17

#b317fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b317fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b317fd Color CSS Codes

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

#b317fd Text Font Color

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

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


#b317fd Background Color

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

This div background color is #b317fd


#b317fd Border Color

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

This div border color is #b317fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b317fd


Comments

No comments written yet.

Please login to write comment.