Color Hex Logo

#b477fa Color Hex

#B477FA
(180,119,250)
0 Favorites   0 Comments

Color spaces of #b477fa

RGB 180119250
HSL0.740.930.72
HSV268°52°98°
CMYK 0.280.520.00   0.02
XYZ42.674529.799193.9451
Yxy29.79910.25640.1791
Hunter Lab54.588644.0121-63.8242
CIE-Lab61.480548.8983-56.8134

#b477fa color RGB value is (180,119,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110111 11111010
Octal 264 167 372
Decimal 180 119 250
Hex B4 77 FA

RGB Percentages of Color #b477fa

%32.79
%21.68
%45.54

CMYK Percentages of Color #b477fa

%28
%52
%0
%2

Triadic Colors of #b477fa

#b477fa #fab477 #77fab4

Analogous Colors of #b477fa

#b477fa #f677fa #777cfa

Monochromatic Colors of #b477fa

#b477fa

Complementary Color

#b477fa #bdfa77

#b477fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b477fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b477fa Color CSS Codes

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

#b477fa Text Font Color

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

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


#b477fa Background Color

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

This div background color is #b477fa


#b477fa Border Color

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

This div border color is #b477fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b477fa


Comments

No comments written yet.

Please login to write comment.