Color Hex Logo

#b73fab Color Hex

#B73FAB
(183,63,171)
0 Favorites   0 Comments

Color spaces of #b73fab

RGB 18363171
HSL0.850.490.48
HSV306°66°72°
CMYK 0.000.660.07   0.28
XYZ28.656616.562640.2146
Yxy16.56260.33540.1939
Hunter Lab40.697254.4693-30.0989
CIE-Lab47.704160.6864-33.6607

#b73fab color RGB value is (183,63,171).

#b73fab hex color red value is 183, green value is 63 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b73fab hue: 0.85 , saturation: 0.49 and the lightness value of b73fab is 0.48.

The process color (four color CMYK) of #b73fab color hex is 0.00, 0.66, 0.07, 0.28. Web safe color of #b73fab is #cc3399. Color #b73fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00111111 10101011
Octal 267 77 253
Decimal 183 63 171
Hex B7 3F AB

RGB Percentages of Color #b73fab

%43.88
%15.11
%41.01

CMYK Percentages of Color #b73fab

%0
%66
%7
%28

Triadic Colors of #b73fab

#b73fab #abb73f #3fabb7

Analogous Colors of #b73fab

#b73fab #b73f6f #873fb7

Monochromatic Colors of #b73fab

#b73fab

Complementary Color

#b73fab #3fb74b

#b73fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b73fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b73fab Color CSS Codes

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

#b73fab Text Font Color

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

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


#b73fab Background Color

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

This div background color is #b73fab


#b73fab Border Color

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

This div border color is #b73fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b73fab


Comments

No comments written yet.

Please login to write comment.