Color Hex Logo

#b73093 Color Hex

#B73093
(183,48,147)
0 Favorites   0 Comments

Color spaces of #b73093

RGB 18348147
HSL0.880.580.45
HSV316°74°72°
CMYK 0.000.740.20   0.28
XYZ25.851914.287828.9990
Yxy14.28780.37390.2067
Hunter Lab37.799255.9324-19.0270
CIE-Lab44.642962.5658-24.1213

#b73093 color RGB value is (183,48,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00110000 10010011
Octal 267 60 223
Decimal 183 48 147
Hex B7 30 93

RGB Percentages of Color #b73093

%48.41
%12.70
%38.89

CMYK Percentages of Color #b73093

%0
%74
%20
%28

Triadic Colors of #b73093

#b73093 #93b730 #3093b7

Analogous Colors of #b73093

#b73093 #b73050 #9830b7

Monochromatic Colors of #b73093

#b73093

Complementary Color

#b73093 #30b754

#b73093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b73093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b73093 Color CSS Codes

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

#b73093 Text Font Color

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

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


#b73093 Background Color

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

This div background color is #b73093


#b73093 Border Color

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

This div border color is #b73093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b73093


Comments

No comments written yet.

Please login to write comment.