Color Hex Logo

#b417fa Color Hex

#B417FA
(180,23,250)
0 Favorites   0 Comments

Color spaces of #b417fa

RGB 18023250
HSL0.780.960.54
HSV281°91°98°
CMYK 0.280.910.00   0.02
XYZ36.384117.218291.8483
Yxy17.21820.25010.1184
Hunter Lab41.494883.8991-102.1914
CIE-Lab48.533884.8826-77.7081

#b417fa color RGB value is (180,23,250).

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

The process color (four color CMYK) of #b417fa color hex is 0.28, 0.91, 0.00, 0.02. Web safe color of #b417fa is #cc00ff. Color #b417fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010111 11111010
Octal 264 27 372
Decimal 180 23 250
Hex B4 17 FA

RGB Percentages of Color #b417fa

%39.74
%5.08
%55.19

CMYK Percentages of Color #b417fa

%28
%91
%0
%2

Triadic Colors of #b417fa

#b417fa #fab417 #17fab4

Analogous Colors of #b417fa

#b417fa #fa17cf #4317fa

Monochromatic Colors of #b417fa

#b417fa

Complementary Color

#b417fa #5dfa17

#b417fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b417fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b417fa Color CSS Codes

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

#b417fa Text Font Color

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

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


#b417fa Background Color

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

This div background color is #b417fa


#b417fa Border Color

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

This div border color is #b417fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,23,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b417fa


Comments

No comments written yet.

Please login to write comment.