Color Hex Logo

#b35afc Color Hex

#B35AFC
(179,90,252)
0 Favorites   0 Comments

Color spaces of #b35afc

RGB 17990252
HSL0.760.960.67
HSV273°64°99°
CMYK 0.290.640.00   0.01
XYZ39.817323.924394.6147
Yxy23.92430.25140.1511
Hunter Lab48.912559.7115-80.4499
CIE-Lab56.011963.7268-66.6933

#b35afc color RGB value is (179,90,252).

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

The process color (four color CMYK) of #b35afc color hex is 0.29, 0.64, 0.00, 0.01. Web safe color of #b35afc is #cc66ff. Color #b35afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011010 11111100
Octal 263 132 374
Decimal 179 90 252
Hex B3 5A FC

RGB Percentages of Color #b35afc

%34.36
%17.27
%48.37

CMYK Percentages of Color #b35afc

%29
%64
%0
%1

Triadic Colors of #b35afc

#b35afc #fcb35a #5afcb3

Analogous Colors of #b35afc

#b35afc #fc5af4 #625afc

Monochromatic Colors of #b35afc

#b35afc

Complementary Color

#b35afc #a3fc5a

#b35afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35afc Color CSS Codes

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

#b35afc Text Font Color

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

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


#b35afc Background Color

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

This div background color is #b35afc


#b35afc Border Color

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

This div border color is #b35afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35afc


Comments

No comments written yet.

Please login to write comment.