Color Hex Logo

#b73baf Color Hex

#B73BAF
(183,59,175)
0 Favorites   0 Comments

Color spaces of #b73baf

RGB 18359175
HSL0.840.510.47
HSV304°68°72°
CMYK 0.000.680.04   0.28
XYZ28.830316.290442.1823
Yxy16.29040.33020.1866
Hunter Lab40.361456.8709-33.7120
CIE-Lab47.353262.8750-36.5690

#b73baf color RGB value is (183,59,175).

#b73baf hex color red value is 183, green value is 59 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b73baf hue: 0.84 , saturation: 0.51 and the lightness value of b73baf is 0.47.

The process color (four color CMYK) of #b73baf color hex is 0.00, 0.68, 0.04, 0.28. Web safe color of #b73baf is #cc3399. Color #b73baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00111011 10101111
Octal 267 73 257
Decimal 183 59 175
Hex B7 3B AF

RGB Percentages of Color #b73baf

%43.88
%14.15
%41.97

CMYK Percentages of Color #b73baf

%0
%68
%4
%28

Triadic Colors of #b73baf

#b73baf #afb73b #3bafb7

Analogous Colors of #b73baf

#b73baf #b73b71 #813bb7

Monochromatic Colors of #b73baf

#b73baf

Complementary Color

#b73baf #3bb743

#b73baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b73baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b73baf Color CSS Codes

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

#b73baf Text Font Color

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

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


#b73baf Background Color

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

This div background color is #b73baf


#b73baf Border Color

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

This div border color is #b73baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b73baf


Comments

No comments written yet.

Please login to write comment.