Color Hex Logo

#b73dba Color Hex

#B73DBA
(183,61,186)
0 Favorites   0 Comments

Color spaces of #b73dba

RGB 18361186
HSL0.830.510.48
HSV299°67°73°
CMYK 0.020.670.00   0.27
XYZ30.060116.949948.1417
Yxy16.94990.31590.1781
Hunter Lab41.170358.2823-40.5105
CIE-Lab48.196863.9491-41.6803

#b73dba color RGB value is (183,61,186).

#b73dba hex color red value is 183, green value is 61 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b73dba hue: 0.83 , saturation: 0.51 and the lightness value of b73dba is 0.48.

The process color (four color CMYK) of #b73dba color hex is 0.02, 0.67, 0.00, 0.27. Web safe color of #b73dba is #cc33cc. Color #b73dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00111101 10111010
Octal 267 75 272
Decimal 183 61 186
Hex B7 3D BA

RGB Percentages of Color #b73dba

%42.56
%14.19
%43.26

CMYK Percentages of Color #b73dba

%2
%67
%0
%27

Triadic Colors of #b73dba

#b73dba #bab73d #3dbab7

Analogous Colors of #b73dba

#b73dba #ba3d7f #793dba

Monochromatic Colors of #b73dba

#b73dba

Complementary Color

#b73dba #40ba3d

#b73dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b73dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b73dba Color CSS Codes

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

#b73dba Text Font Color

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

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


#b73dba Background Color

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

This div background color is #b73dba


#b73dba Border Color

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

This div border color is #b73dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b73dba


Comments

No comments written yet.

Please login to write comment.