Color Hex Logo

#b73090 Color Hex

#B73090
(183,48,144)
0 Favorites   0 Comments

Color spaces of #b73090

RGB 18348144
HSL0.880.580.45
HSV317°74°72°
CMYK 0.000.740.21   0.28
XYZ25.619414.194827.7751
Yxy14.19480.37900.2100
Hunter Lab37.676055.4457-17.3360
CIE-Lab44.511062.1601-22.5123

#b73090 color RGB value is (183,48,144).

#b73090 hex color red value is 183, green value is 48 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #b73090 hue: 0.88 , saturation: 0.58 and the lightness value of b73090 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00110000 10010000
Octal 267 60 220
Decimal 183 48 144
Hex B7 30 90

RGB Percentages of Color #b73090

%48.80
%12.80
%38.40

CMYK Percentages of Color #b73090

%0
%74
%21
%28

Triadic Colors of #b73090

#b73090 #90b730 #3090b7

Analogous Colors of #b73090

#b73090 #b7304c #9b30b7

Monochromatic Colors of #b73090

#b73090

Complementary Color

#b73090 #30b757

#b73090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b73090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b73090 Color CSS Codes

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

#b73090 Text Font Color

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

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


#b73090 Background Color

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

This div background color is #b73090


#b73090 Border Color

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

This div border color is #b73090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b73090


Comments

No comments written yet.

Please login to write comment.