Color Hex Logo

#b73daa Color Hex

#B73DAA
(183,61,170)
0 Favorites   0 Comments

Color spaces of #b73daa

RGB 18361170
HSL0.850.500.48
HSV306°67°72°
CMYK 0.000.670.07   0.28
XYZ28.452916.307039.6782
Yxy16.30700.33700.1931
Hunter Lab40.381955.1018-29.9894
CIE-Lab47.374761.3100-33.5878

#b73daa color RGB value is (183,61,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00111101 10101010
Octal 267 75 252
Decimal 183 61 170
Hex B7 3D AA

RGB Percentages of Color #b73daa

%44.20
%14.73
%41.06

CMYK Percentages of Color #b73daa

%0
%67
%7
%28

Triadic Colors of #b73daa

#b73daa #aab73d #3daab7

Analogous Colors of #b73daa

#b73daa #b73d6d #873db7

Monochromatic Colors of #b73daa

#b73daa

Complementary Color

#b73daa #3db74a

#b73daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b73daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b73daa Color CSS Codes

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

#b73daa Text Font Color

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

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


#b73daa Background Color

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

This div background color is #b73daa


#b73daa Border Color

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

This div border color is #b73daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b73daa


Comments

No comments written yet.

Please login to write comment.