Color Hex Logo

#b873ff Color Hex

#B873FF
(184,115,255)
0 Favorites   0 Comments

Color spaces of #b873ff

RGB 184115255
HSL0.751.000.73
HSV270°55°100°
CMYK 0.280.550.00   0.00
XYZ43.947929.671898.0187
Yxy29.67180.25600.1729
Hunter Lab54.471848.6882-68.5584
CIE-Lab61.370053.1455-59.7171

#b873ff color RGB value is (184,115,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110011 11111111
Octal 270 163 377
Decimal 184 115 255
Hex B8 73 FF

RGB Percentages of Color #b873ff

%33.21
%20.76
%46.03

CMYK Percentages of Color #b873ff

%28
%55
%0
%0

Triadic Colors of #b873ff

#b873ff #ffb873 #73ffb8

Analogous Colors of #b873ff

#b873ff #fe73ff #7374ff

Monochromatic Colors of #b873ff

#b873ff

Complementary Color

#b873ff #baff73

#b873ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b873ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b873ff Color CSS Codes

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

#b873ff Text Font Color

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

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


#b873ff Background Color

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

This div background color is #b873ff


#b873ff Border Color

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

This div border color is #b873ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b873ff

Related Colors

#b873ff Color Palettes


Comments

No comments written yet.

Please login to write comment.