Color Hex Logo

#b3049d Color Hex

#B3049D
(179,4,157)
0 Favorites   0 Comments

Color spaces of #b3049d

RGB 1794157
HSL0.850.960.36
HSV308°98°70°
CMYK 0.000.980.12   0.30
XYZ24.719612.104932.9319
Yxy12.10490.35440.1735
Hunter Lab34.792165.9371-31.7655
CIE-Lab41.382471.8192-35.3153

#b3049d color RGB value is (179,4,157).

#b3049d hex color red value is 179, green value is 4 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #b3049d hue: 0.85 , saturation: 0.96 and the lightness value of b3049d is 0.36.

The process color (four color CMYK) of #b3049d color hex is 0.00, 0.98, 0.12, 0.30. Web safe color of #b3049d is #cc0099. Color #b3049d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000100 10011101
Octal 263 4 235
Decimal 179 4 157
Hex B3 4 9D

RGB Percentages of Color #b3049d

%52.65
%1.18
%46.18

CMYK Percentages of Color #b3049d

%0
%98
%12
%30

Triadic Colors of #b3049d

#b3049d #9db304 #049db3

Analogous Colors of #b3049d

#b3049d #b30445 #7204b3

Monochromatic Colors of #b3049d

#b3049d

Complementary Color

#b3049d #04b31a

#b3049d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3049d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3049d Color CSS Codes

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

#b3049d Text Font Color

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

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


#b3049d Background Color

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

This div background color is #b3049d


#b3049d Border Color

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

This div border color is #b3049d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,4,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b3049d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b3049d;
  -webkit-box-shadow: 1px 1px 3px 2px #b3049d;
  box-shadow:         1px 1px 3px 2px #b3049d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3049d


Comments

No comments written yet.

Please login to write comment.