Color Hex Logo

#b73296 Color Hex

#B73296
(183,50,150)
0 Favorites   0 Comments

Color spaces of #b73296

RGB 18350150
HSL0.870.570.46
HSV315°73°72°
CMYK 0.000.730.18   0.28
XYZ26.174114.550530.2832
Yxy14.55050.36860.2049
Hunter Lab38.145155.7277-20.3684
CIE-Lab45.012362.3138-25.3565

#b73296 color RGB value is (183,50,150).

#b73296 hex color red value is 183, green value is 50 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #b73296 hue: 0.87 , saturation: 0.57 and the lightness value of b73296 is 0.46.

The process color (four color CMYK) of #b73296 color hex is 0.00, 0.73, 0.18, 0.28. Web safe color of #b73296 is #cc3399. Color #b73296 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00110010 10010110
Octal 267 62 226
Decimal 183 50 150
Hex B7 32 96

RGB Percentages of Color #b73296

%47.78
%13.05
%39.16

CMYK Percentages of Color #b73296

%0
%73
%18
%28

Triadic Colors of #b73296

#b73296 #96b732 #3296b7

Analogous Colors of #b73296

#b73296 #b73254 #9632b7

Monochromatic Colors of #b73296

#b73296

Complementary Color

#b73296 #32b753

#b73296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b73296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b73296 Color CSS Codes

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

#b73296 Text Font Color

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

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


#b73296 Background Color

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

This div background color is #b73296


#b73296 Border Color

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

This div border color is #b73296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b73296


Comments

No comments written yet.

Please login to write comment.