Color Hex Logo

#b977fd Color Hex

#B977FD
(185,119,253)
0 Favorites   0 Comments

Color spaces of #b977fd

RGB 185119253
HSL0.750.970.73
HSV270°53°99°
CMYK 0.270.530.00   0.01
XYZ44.334030.599896.4982
Yxy30.59980.25860.1785
Hunter Lab55.317146.2543-64.7068
CIE-Lab62.168350.8333-57.3369

#b977fd color RGB value is (185,119,253).

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

The process color (four color CMYK) of #b977fd color hex is 0.27, 0.53, 0.00, 0.01. Web safe color of #b977fd is #cc66ff. Color #b977fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110111 11111101
Octal 271 167 375
Decimal 185 119 253
Hex B9 77 FD

RGB Percentages of Color #b977fd

%33.21
%21.36
%45.42

CMYK Percentages of Color #b977fd

%27
%53
%0
%1

Triadic Colors of #b977fd

#b977fd #fdb977 #77fdb9

Analogous Colors of #b977fd

#b977fd #fc77fd #7778fd

Monochromatic Colors of #b977fd

#b977fd

Complementary Color

#b977fd #bbfd77

#b977fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b977fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b977fd Color CSS Codes

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

#b977fd Text Font Color

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

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


#b977fd Background Color

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

This div background color is #b977fd


#b977fd Border Color

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

This div border color is #b977fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b977fd

Related Colors


Comments

No comments written yet.

Please login to write comment.