Color Hex Logo

#b477fb Color Hex

#B477FB
(180,119,251)
0 Favorites   0 Comments

Color spaces of #b477fb

RGB 180119251
HSL0.740.940.73
HSV268°53°98°
CMYK 0.280.530.00   0.02
XYZ42.831829.862094.7732
Yxy29.86200.25580.1783
Hunter Lab54.646144.2781-64.5748
CIE-Lab61.535049.1333-57.2773

#b477fb color RGB value is (180,119,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110111 11111011
Octal 264 167 373
Decimal 180 119 251
Hex B4 77 FB

RGB Percentages of Color #b477fb

%32.73
%21.64
%45.64

CMYK Percentages of Color #b477fb

%28
%53
%0
%2

Triadic Colors of #b477fb

#b477fb #fbb477 #77fbb4

Analogous Colors of #b477fb

#b477fb #f677fb #777cfb

Monochromatic Colors of #b477fb

#b477fb

Complementary Color

#b477fb #befb77

#b477fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b477fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b477fb Color CSS Codes

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

#b477fb Text Font Color

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

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


#b477fb Background Color

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

This div background color is #b477fb


#b477fb Border Color

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

This div border color is #b477fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b477fb


Comments

No comments written yet.

Please login to write comment.