Color Hex Logo

#b179fd Color Hex

#B179FD
(177,121,253)
0 Favorites   0 Comments

Color spaces of #b179fd

RGB 177121253
HSL0.740.970.73
HSV265°52°99°
CMYK 0.300.520.00   0.01
XYZ42.698530.113796.4906
Yxy30.11370.25220.1779
Hunter Lab54.876042.8564-65.8388
CIE-Lab61.752247.7989-58.0493

#b179fd color RGB value is (177,121,253).

#b179fd hex color red value is 177, green value is 121 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b179fd hue: 0.74 , saturation: 0.97 and the lightness value of b179fd is 0.73.

The process color (four color CMYK) of #b179fd color hex is 0.30, 0.52, 0.00, 0.01. Web safe color of #b179fd is #9966ff. Color #b179fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01111001 11111101
Octal 261 171 375
Decimal 177 121 253
Hex B1 79 FD

RGB Percentages of Color #b179fd

%32.12
%21.96
%45.92

CMYK Percentages of Color #b179fd

%30
%52
%0
%1

Triadic Colors of #b179fd

#b179fd #fdb179 #79fdb1

Analogous Colors of #b179fd

#b179fd #f379fd #7983fd

Monochromatic Colors of #b179fd

#b179fd

Complementary Color

#b179fd #c5fd79

#b179fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b179fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b179fd Color CSS Codes

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

#b179fd Text Font Color

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

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


#b179fd Background Color

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

This div background color is #b179fd


#b179fd Border Color

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

This div border color is #b179fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b179fd


Comments

No comments written yet.

Please login to write comment.