Color Hex Logo

#b43494 Color Hex

#B43494
(180,52,148)
0 Favorites   0 Comments

Color spaces of #b43494

RGB 18052148
HSL0.880.550.45
HSV315°71°71°
CMYK 0.000.710.18   0.29
XYZ25.395714.297429.4381
Yxy14.29740.36740.2068
Hunter Lab37.811953.7156-19.6913
CIE-Lab44.656560.5903-24.7441

#b43494 color RGB value is (180,52,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110100 10010100
Octal 264 64 224
Decimal 180 52 148
Hex B4 34 94

RGB Percentages of Color #b43494

%47.37
%13.68
%38.95

CMYK Percentages of Color #b43494

%0
%71
%18
%29

Triadic Colors of #b43494

#b43494 #94b434 #3494b4

Analogous Colors of #b43494

#b43494 #b43454 #9434b4

Monochromatic Colors of #b43494

#b43494

Complementary Color

#b43494 #34b454

#b43494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43494 Color CSS Codes

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

#b43494 Text Font Color

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

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


#b43494 Background Color

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

This div background color is #b43494


#b43494 Border Color

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

This div border color is #b43494


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,52,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 #b43494">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43494


Comments

No comments written yet.

Please login to write comment.