Color Hex Logo

#b34afa Color Hex

#B34AFA
(179,74,250)
0 Favorites   0 Comments

Color spaces of #b34afa

RGB 17974250
HSL0.770.950.64
HSV276°70°98°
CMYK 0.280.700.00   0.02
XYZ38.294521.383492.5515
Yxy21.38340.25160.1405
Hunter Lab46.242266.8972-86.2965
CIE-Lab53.366670.2977-69.8568

#b34afa color RGB value is (179,74,250).

#b34afa hex color red value is 179, green value is 74 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b34afa hue: 0.77 , saturation: 0.95 and the lightness value of b34afa is 0.64.

The process color (four color CMYK) of #b34afa color hex is 0.28, 0.70, 0.00, 0.02. Web safe color of #b34afa is #cc33ff. Color #b34afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001010 11111010
Octal 263 112 372
Decimal 179 74 250
Hex B3 4A FA

RGB Percentages of Color #b34afa

%35.59
%14.71
%49.70

CMYK Percentages of Color #b34afa

%28
%70
%0
%2

Triadic Colors of #b34afa

#b34afa #fab34a #4afab3

Analogous Colors of #b34afa

#b34afa #fa4ae9 #5b4afa

Monochromatic Colors of #b34afa

#b34afa

Complementary Color

#b34afa #91fa4a

#b34afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34afa Color CSS Codes

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

#b34afa Text Font Color

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

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


#b34afa Background Color

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

This div background color is #b34afa


#b34afa Border Color

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

This div border color is #b34afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34afa


Comments

No comments written yet.

Please login to write comment.