Color Hex Logo

#b35cfa Color Hex

#B35CFA
(179,92,250)
0 Favorites   0 Comments

Color spaces of #b35cfa

RGB 17992250
HSL0.760.940.67
HSV273°63°98°
CMYK 0.280.630.00   0.02
XYZ39.672924.140193.0110
Yxy24.14010.25300.1539
Hunter Lab49.132658.1507-77.8468
CIE-Lab56.227862.3436-65.2366

#b35cfa color RGB value is (179,92,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011100 11111010
Octal 263 134 372
Decimal 179 92 250
Hex B3 5C FA

RGB Percentages of Color #b35cfa

%34.36
%17.66
%47.98

CMYK Percentages of Color #b35cfa

%28
%63
%0
%2

Triadic Colors of #b35cfa

#b35cfa #fab35c #5cfab3

Analogous Colors of #b35cfa

#b35cfa #fa5cf2 #645cfa

Monochromatic Colors of #b35cfa

#b35cfa

Complementary Color

#b35cfa #a3fa5c

#b35cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35cfa Color CSS Codes

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

#b35cfa Text Font Color

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

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


#b35cfa Background Color

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

This div background color is #b35cfa


#b35cfa Border Color

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

This div border color is #b35cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35cfa


Comments

No comments written yet.

Please login to write comment.