Color Hex Logo

#b475fa Color Hex

#B475FA
(180,117,250)
0 Favorites   0 Comments

Color spaces of #b475fa

RGB 180117250
HSL0.750.930.72
HSV268°53°98°
CMYK 0.280.530.00   0.02
XYZ42.439029.328093.8666
Yxy29.32800.25620.1771
Hunter Lab54.155345.1103-64.8577
CIE-Lab61.070049.9619-57.4681

#b475fa color RGB value is (180,117,250).

#b475fa hex color red value is 180, green value is 117 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b475fa hue: 0.75 , saturation: 0.93 and the lightness value of b475fa is 0.72.

The process color (four color CMYK) of #b475fa color hex is 0.28, 0.53, 0.00, 0.02. Web safe color of #b475fa is #cc66ff. Color #b475fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110101 11111010
Octal 264 165 372
Decimal 180 117 250
Hex B4 75 FA

RGB Percentages of Color #b475fa

%32.91
%21.39
%45.70

CMYK Percentages of Color #b475fa

%28
%53
%0
%2

Triadic Colors of #b475fa

#b475fa #fab475 #75fab4

Analogous Colors of #b475fa

#b475fa #f775fa #7579fa

Monochromatic Colors of #b475fa

#b475fa

Complementary Color

#b475fa #bbfa75

#b475fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b475fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b475fa Color CSS Codes

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

#b475fa Text Font Color

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

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


#b475fa Background Color

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

This div background color is #b475fa


#b475fa Border Color

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

This div border color is #b475fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b475fa

Related Colors


Comments

No comments written yet.

Please login to write comment.