Color Hex Logo

#b335fb Color Hex

#B335FB
(179,53,251)
0 Favorites   0 Comments

Color spaces of #b335fb

RGB 17953251
HSL0.770.960.60
HSV278°79°98°
CMYK 0.290.790.00   0.02
XYZ37.276119.094992.9878
Yxy19.09490.24960.1278
Hunter Lab43.697775.7975-95.5795
CIE-Lab50.798178.0658-74.5825

#b335fb color RGB value is (179,53,251).

#b335fb hex color red value is 179, green value is 53 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b335fb hue: 0.77 , saturation: 0.96 and the lightness value of b335fb is 0.60.

The process color (four color CMYK) of #b335fb color hex is 0.29, 0.79, 0.00, 0.02. Web safe color of #b335fb is #cc33ff. Color #b335fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110101 11111011
Octal 263 65 373
Decimal 179 53 251
Hex B3 35 FB

RGB Percentages of Color #b335fb

%37.06
%10.97
%51.97

CMYK Percentages of Color #b335fb

%29
%79
%0
%2

Triadic Colors of #b335fb

#b335fb #fbb335 #35fbb3

Analogous Colors of #b335fb

#b335fb #fb35e0 #5035fb

Monochromatic Colors of #b335fb

#b335fb

Complementary Color

#b335fb #7dfb35

#b335fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b335fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b335fb Color CSS Codes

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

#b335fb Text Font Color

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

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


#b335fb Background Color

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

This div background color is #b335fb


#b335fb Border Color

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

This div border color is #b335fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b335fb


Comments

No comments written yet.

Please login to write comment.