Color Hex Logo

#b43e94 Color Hex

#B43E94
(180,62,148)
0 Favorites   0 Comments

Color spaces of #b43e94

RGB 18062148
HSL0.880.490.47
HSV316°66°71°
CMYK 0.000.660.18   0.29
XYZ25.890315.286729.6030
Yxy15.28670.36580.2160
Hunter Lab39.098249.7784-17.5224
CIE-Lab46.024456.7713-22.6266

#b43e94 color RGB value is (180,62,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111110 10010100
Octal 264 76 224
Decimal 180 62 148
Hex B4 3E 94

RGB Percentages of Color #b43e94

%46.15
%15.90
%37.95

CMYK Percentages of Color #b43e94

%0
%66
%18
%29

Triadic Colors of #b43e94

#b43e94 #94b43e #3e94b4

Analogous Colors of #b43e94

#b43e94 #b43e59 #993eb4

Monochromatic Colors of #b43e94

#b43e94

Complementary Color

#b43e94 #3eb45e

#b43e94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43e94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43e94 Color CSS Codes

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

#b43e94 Text Font Color

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

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


#b43e94 Background Color

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

This div background color is #b43e94


#b43e94 Border Color

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

This div border color is #b43e94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43e94


Comments

No comments written yet.

Please login to write comment.