Color Hex Logo

#b34fbc Color Hex

#B34FBC
(179,79,188)
0 Favorites   0 Comments

Color spaces of #b34fbc

RGB 17979188
HSL0.820.450.52
HSV295°58°74°
CMYK 0.050.580.00   0.26
XYZ30.463518.806549.6014
Yxy18.80650.30810.1902
Hunter Lab43.366549.4990-37.4578
CIE-Lab50.460055.7110-39.3028

#b34fbc color RGB value is (179,79,188).

#b34fbc hex color red value is 179, green value is 79 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b34fbc hue: 0.82 , saturation: 0.45 and the lightness value of b34fbc is 0.52.

The process color (four color CMYK) of #b34fbc color hex is 0.05, 0.58, 0.00, 0.26. Web safe color of #b34fbc is #cc66cc. Color #b34fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001111 10111100
Octal 263 117 274
Decimal 179 79 188
Hex B3 4F BC

RGB Percentages of Color #b34fbc

%40.13
%17.71
%42.15

CMYK Percentages of Color #b34fbc

%5
%58
%0
%26

Triadic Colors of #b34fbc

#b34fbc #bcb34f #4fbcb3

Analogous Colors of #b34fbc

#b34fbc #bc4f8f #7d4fbc

Monochromatic Colors of #b34fbc

#b34fbc

Complementary Color

#b34fbc #58bc4f

#b34fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34fbc Color CSS Codes

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

#b34fbc Text Font Color

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

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


#b34fbc Background Color

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

This div background color is #b34fbc


#b34fbc Border Color

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

This div border color is #b34fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34fbc


Comments

No comments written yet.

Please login to write comment.