Color Hex Logo

#b773fb Color Hex

#B773FB
(183,115,251)
0 Favorites   0 Comments

Color spaces of #b773fb

RGB 183115251
HSL0.750.940.72
HSV270°54°98°
CMYK 0.270.540.00   0.02
XYZ43.071829.293894.6509
Yxy29.29380.25790.1754
Hunter Lab54.123747.3341-65.7990
CIE-Lab61.040151.9812-58.0484

#b773fb color RGB value is (183,115,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110011 11111011
Octal 267 163 373
Decimal 183 115 251
Hex B7 73 FB

RGB Percentages of Color #b773fb

%33.33
%20.95
%45.72

CMYK Percentages of Color #b773fb

%27
%54
%0
%2

Triadic Colors of #b773fb

#b773fb #fbb773 #73fbb7

Analogous Colors of #b773fb

#b773fb #fb73fb #7373fb

Monochromatic Colors of #b773fb

#b773fb

Complementary Color

#b773fb #b7fb73

#b773fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b773fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b773fb Color CSS Codes

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

#b773fb Text Font Color

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

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


#b773fb Background Color

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

This div background color is #b773fb


#b773fb Border Color

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

This div border color is #b773fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b773fb


Comments

No comments written yet.

Please login to write comment.