Color Hex Logo

#b33dfa Color Hex

#B33DFA
(179,61,250)
0 Favorites   0 Comments

Color spaces of #b33dfa

RGB 17961250
HSL0.770.950.61
HSV277°76°98°
CMYK 0.280.760.00   0.02
XYZ37.514519.823392.2915
Yxy19.82330.25070.1325
Hunter Lab44.523472.4847-91.7346
CIE-Lab51.636875.2289-72.6615

#b33dfa color RGB value is (179,61,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111101 11111010
Octal 263 75 372
Decimal 179 61 250
Hex B3 3D FA

RGB Percentages of Color #b33dfa

%36.53
%12.45
%51.02

CMYK Percentages of Color #b33dfa

%28
%76
%0
%2

Triadic Colors of #b33dfa

#b33dfa #fab33d #3dfab3

Analogous Colors of #b33dfa

#b33dfa #fa3de3 #553dfa

Monochromatic Colors of #b33dfa

#b33dfa

Complementary Color

#b33dfa #84fa3d

#b33dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b33dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b33dfa Color CSS Codes

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

#b33dfa Text Font Color

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

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


#b33dfa Background Color

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

This div background color is #b33dfa


#b33dfa Border Color

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

This div border color is #b33dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b33dfa


Comments

No comments written yet.

Please login to write comment.