Color Hex Logo

#b33aaf Color Hex

#B33AAF
(179,58,175)
0 Favorites   0 Comments

Color spaces of #b33aaf

RGB 17958175
HSL0.840.510.46
HSV302°68°70°
CMYK 0.000.680.02   0.30
XYZ27.841315.705042.1214
Yxy15.70500.32500.1833
Hunter Lab39.629556.0516-35.2774
CIE-Lab46.585162.2997-37.8231

#b33aaf color RGB value is (179,58,175).

#b33aaf hex color red value is 179, green value is 58 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b33aaf hue: 0.84 , saturation: 0.51 and the lightness value of b33aaf is 0.46.

The process color (four color CMYK) of #b33aaf color hex is 0.00, 0.68, 0.02, 0.30. Web safe color of #b33aaf is #cc3399. Color #b33aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111010 10101111
Octal 263 72 257
Decimal 179 58 175
Hex B3 3A AF

RGB Percentages of Color #b33aaf

%43.45
%14.08
%42.48

CMYK Percentages of Color #b33aaf

%0
%68
%2
%30

Triadic Colors of #b33aaf

#b33aaf #afb33a #3aafb3

Analogous Colors of #b33aaf

#b33aaf #b33a73 #7b3ab3

Monochromatic Colors of #b33aaf

#b33aaf

Complementary Color

#b33aaf #3ab33e

#b33aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b33aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b33aaf Color CSS Codes

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

#b33aaf Text Font Color

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

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


#b33aaf Background Color

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

This div background color is #b33aaf


#b33aaf Border Color

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

This div border color is #b33aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b33aaf


Comments

No comments written yet.

Please login to write comment.