Color Hex Logo

#b43094 Color Hex

#B43094
(180,48,148)
0 Favorites   0 Comments

Color spaces of #b43094

RGB 18048148
HSL0.870.580.45
HSV315°73°71°
CMYK 0.000.730.18   0.29
XYZ25.224613.955329.3811
Yxy13.95530.36790.2035
Hunter Lab37.356855.1550-20.4818
CIE-Lab44.168861.9676-25.5015

#b43094 color RGB value is (180,48,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110000 10010100
Octal 264 60 224
Decimal 180 48 148
Hex B4 30 94

RGB Percentages of Color #b43094

%47.87
%12.77
%39.36

CMYK Percentages of Color #b43094

%0
%73
%18
%29

Triadic Colors of #b43094

#b43094 #94b430 #3094b4

Analogous Colors of #b43094

#b43094 #b43052 #9230b4

Monochromatic Colors of #b43094

#b43094

Complementary Color

#b43094 #30b450

#b43094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43094 Color CSS Codes

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

#b43094 Text Font Color

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

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


#b43094 Background Color

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

This div background color is #b43094


#b43094 Border Color

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

This div border color is #b43094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43094


Comments

No comments written yet.

Please login to write comment.