Color Hex Logo

#b873fd Color Hex

#B873FD
(184,115,253)
0 Favorites   0 Comments

Color spaces of #b873fd

RGB 184115253
HSL0.750.970.72
HSV270°55°99°
CMYK 0.270.550.00   0.01
XYZ43.627529.543796.3316
Yxy29.54370.25740.1743
Hunter Lab54.354148.1539-67.0316
CIE-Lab61.258552.6842-58.7949

#b873fd color RGB value is (184,115,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110011 11111101
Octal 270 163 375
Decimal 184 115 253
Hex B8 73 FD

RGB Percentages of Color #b873fd

%33.33
%20.83
%45.83

CMYK Percentages of Color #b873fd

%27
%55
%0
%1

Triadic Colors of #b873fd

#b873fd #fdb873 #73fdb8

Analogous Colors of #b873fd

#b873fd #fd73fd #7373fd

Monochromatic Colors of #b873fd

#b873fd

Complementary Color

#b873fd #b8fd73

#b873fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b873fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b873fd Color CSS Codes

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

#b873fd Text Font Color

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

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


#b873fd Background Color

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

This div background color is #b873fd


#b873fd Border Color

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

This div border color is #b873fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b873fd

Related Colors


Comments

No comments written yet.

Please login to write comment.