Color Hex Logo

#b977ff Color Hex

#B977FF
(185,119,255)
0 Favorites   0 Comments

Color spaces of #b977ff

RGB 185119255
HSL0.751.000.73
HSV269°53°100°
CMYK 0.270.530.00   0.00
XYZ44.654430.727998.1853
Yxy30.72790.25730.1770
Hunter Lab55.432846.7851-66.2145
CIE-Lab62.277351.2957-58.2622

#b977ff color RGB value is (185,119,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110111 11111111
Octal 271 167 377
Decimal 185 119 255
Hex B9 77 FF

RGB Percentages of Color #b977ff

%33.09
%21.29
%45.62

CMYK Percentages of Color #b977ff

%27
%53
%0
%0

Triadic Colors of #b977ff

#b977ff #ffb977 #77ffb9

Analogous Colors of #b977ff

#b977ff #fd77ff #7779ff

Monochromatic Colors of #b977ff

#b977ff

Complementary Color

#b977ff #bdff77

#b977ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b977ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b977ff Color CSS Codes

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

#b977ff Text Font Color

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

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


#b977ff Background Color

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

This div background color is #b977ff


#b977ff Border Color

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

This div border color is #b977ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b977ff

Related Colors

#b977ff Color Palettes


Comments

No comments written yet.

Please login to write comment.