Color Hex Logo

#b34188 Color Hex

#B34188
(179,65,136)
0 Favorites   0 Comments

Color spaces of #b34188

RGB 17965136
HSL0.900.470.48
HSV323°64°70°
CMYK 0.000.640.24   0.30
XYZ24.924615.141924.9016
Yxy15.14190.38360.2331
Hunter Lab38.912646.2372-10.7030
CIE-Lab45.827953.5371-15.7074

#b34188 color RGB value is (179,65,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000001 10001000
Octal 263 101 210
Decimal 179 65 136
Hex B3 41 88

RGB Percentages of Color #b34188

%47.11
%17.11
%35.79

CMYK Percentages of Color #b34188

%0
%64
%24
%30

Triadic Colors of #b34188

#b34188 #88b341 #4188b3

Analogous Colors of #b34188

#b34188 #b3414f #a541b3

Monochromatic Colors of #b34188

#b34188

Complementary Color

#b34188 #41b36c

#b34188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34188 Color CSS Codes

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

#b34188 Text Font Color

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

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


#b34188 Background Color

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

This div background color is #b34188


#b34188 Border Color

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

This div border color is #b34188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34188


Comments

No comments written yet.

Please login to write comment.