Color Hex Logo

#b877ff Color Hex

#B877FF
(184,119,255)
0 Favorites   0 Comments

Color spaces of #b877ff

RGB 184119255
HSL0.751.000.73
HSV269°53°100°
CMYK 0.280.530.00   0.00
XYZ44.414030.604098.1740
Yxy30.60400.25640.1767
Hunter Lab55.320946.4960-66.4931
CIE-Lab62.171951.0510-58.4364

#b877ff color RGB value is (184,119,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110111 11111111
Octal 270 167 377
Decimal 184 119 255
Hex B8 77 FF

RGB Percentages of Color #b877ff

%32.97
%21.33
%45.70

CMYK Percentages of Color #b877ff

%28
%53
%0
%0

Triadic Colors of #b877ff

#b877ff #ffb877 #77ffb8

Analogous Colors of #b877ff

#b877ff #fc77ff #777aff

Monochromatic Colors of #b877ff

#b877ff

Complementary Color

#b877ff #beff77

#b877ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b877ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b877ff Color CSS Codes

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

#b877ff Text Font Color

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

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


#b877ff Background Color

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

This div background color is #b877ff


#b877ff Border Color

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

This div border color is #b877ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b877ff

Related Colors


Comments

No comments written yet.

Please login to write comment.