Color Hex Logo

#b34192 Color Hex

#B34192
(179,65,146)
0 Favorites   0 Comments

Color spaces of #b34192

RGB 17965146
HSL0.880.470.48
HSV317°64°70°
CMYK 0.000.640.18   0.30
XYZ25.669015.439628.8214
Yxy15.43960.36710.2208
Hunter Lab39.293347.8450-15.9836
CIE-Lab46.230554.9567-21.1208

#b34192 color RGB value is (179,65,146).

#b34192 hex color red value is 179, green value is 65 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #b34192 hue: 0.88 , saturation: 0.47 and the lightness value of b34192 is 0.48.

The process color (four color CMYK) of #b34192 color hex is 0.00, 0.64, 0.18, 0.30. Web safe color of #b34192 is #cc3399. Color #b34192 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000001 10010010
Octal 263 101 222
Decimal 179 65 146
Hex B3 41 92

RGB Percentages of Color #b34192

%45.90
%16.67
%37.44

CMYK Percentages of Color #b34192

%0
%64
%18
%30

Triadic Colors of #b34192

#b34192 #92b341 #4192b3

Analogous Colors of #b34192

#b34192 #b34159 #9b41b3

Monochromatic Colors of #b34192

#b34192

Complementary Color

#b34192 #41b362

#b34192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34192 Color CSS Codes

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

#b34192 Text Font Color

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

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


#b34192 Background Color

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

This div background color is #b34192


#b34192 Border Color

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

This div border color is #b34192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34192


Comments

No comments written yet.

Please login to write comment.