Color Hex Logo

#b35afa Color Hex

#B35AFA
(179,90,250)
0 Favorites   0 Comments

Color spaces of #b35afa

RGB 17990250
HSL0.760.940.67
HSV273°64°98°
CMYK 0.280.640.00   0.02
XYZ39.501923.798292.9540
Yxy23.79820.25280.1523
Hunter Lab48.783459.1678-78.8254
CIE-Lab55.885263.2827-65.7886

#b35afa color RGB value is (179,90,250).

#b35afa hex color red value is 179, green value is 90 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b35afa hue: 0.76 , saturation: 0.94 and the lightness value of b35afa is 0.67.

The process color (four color CMYK) of #b35afa color hex is 0.28, 0.64, 0.00, 0.02. Web safe color of #b35afa is #cc66ff. Color #b35afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011010 11111010
Octal 263 132 372
Decimal 179 90 250
Hex B3 5A FA

RGB Percentages of Color #b35afa

%34.49
%17.34
%48.17

CMYK Percentages of Color #b35afa

%28
%64
%0
%2

Triadic Colors of #b35afa

#b35afa #fab35a #5afab3

Analogous Colors of #b35afa

#b35afa #fa5af1 #635afa

Monochromatic Colors of #b35afa

#b35afa

Complementary Color

#b35afa #a1fa5a

#b35afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35afa Color CSS Codes

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

#b35afa Text Font Color

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

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


#b35afa Background Color

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

This div background color is #b35afa


#b35afa Border Color

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

This div border color is #b35afa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,90,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 #b35afa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35afa


Comments

No comments written yet.

Please login to write comment.