Color Hex Logo

#b873fe Color Hex

#B873FE
(184,115,254)
0 Favorites   0 Comments

Color spaces of #b873fe

RGB 184115254
HSL0.750.990.72
HSV270°55°100°
CMYK 0.280.550.00   0.00
XYZ43.787329.607697.1729
Yxy29.60760.25670.1736
Hunter Lab54.412948.4206-67.7937
CIE-Lab61.314252.9146-59.2563

#b873fe color RGB value is (184,115,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110011 11111110
Octal 270 163 376
Decimal 184 115 254
Hex B8 73 FE

RGB Percentages of Color #b873fe

%33.27
%20.80
%45.93

CMYK Percentages of Color #b873fe

%28
%55
%0
%0

Triadic Colors of #b873fe

#b873fe #feb873 #73feb8

Analogous Colors of #b873fe

#b873fe #fe73fe #7374fe

Monochromatic Colors of #b873fe

#b873fe

Complementary Color

#b873fe #b9fe73

#b873fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b873fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b873fe Color CSS Codes

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

#b873fe Text Font Color

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

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


#b873fe Background Color

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

This div background color is #b873fe


#b873fe Border Color

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

This div border color is #b873fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,115,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b873fe

Related Colors


Comments

No comments written yet.

Please login to write comment.