Color Hex Logo

#b73483 Color Hex

#B73483
(183,52,131)
0 Favorites   0 Comments

Color spaces of #b73483

RGB 18352131
HSL0.900.560.46
HSV324°72°72°
CMYK 0.000.720.28   0.28
XYZ24.853214.162022.8964
Yxy14.16200.40140.2287
Hunter Lab37.632452.0282-9.7306
CIE-Lab44.464459.1086-14.6832

#b73483 color RGB value is (183,52,131).

#b73483 hex color red value is 183, green value is 52 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #b73483 hue: 0.90 , saturation: 0.56 and the lightness value of b73483 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00110100 10000011
Octal 267 64 203
Decimal 183 52 131
Hex B7 34 83

RGB Percentages of Color #b73483

%50.00
%14.21
%35.79

CMYK Percentages of Color #b73483

%0
%72
%28
%28

Triadic Colors of #b73483

#b73483 #83b734 #3483b7

Analogous Colors of #b73483

#b73483 #b73442 #aa34b7

Monochromatic Colors of #b73483

#b73483

Complementary Color

#b73483 #34b768

#b73483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b73483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b73483 Color CSS Codes

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

#b73483 Text Font Color

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

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


#b73483 Background Color

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

This div background color is #b73483


#b73483 Border Color

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

This div border color is #b73483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b73483


Comments

No comments written yet.

Please login to write comment.