Color Hex Logo

#b33aae Color Hex

#B33AAE
(179,58,174)
0 Favorites   0 Comments

Color spaces of #b33aae

RGB 17958174
HSL0.840.510.46
HSV302°68°70°
CMYK 0.000.680.03   0.30
XYZ27.743415.665841.6060
Yxy15.66580.32630.1843
Hunter Lab39.580055.8534-34.6188
CIE-Lab46.532962.1347-37.3162

#b33aae color RGB value is (179,58,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111010 10101110
Octal 263 72 256
Decimal 179 58 174
Hex B3 3A AE

RGB Percentages of Color #b33aae

%43.55
%14.11
%42.34

CMYK Percentages of Color #b33aae

%0
%68
%3
%30

Triadic Colors of #b33aae

#b33aae #aeb33a #3aaeb3

Analogous Colors of #b33aae

#b33aae #b33a72 #7c3ab3

Monochromatic Colors of #b33aae

#b33aae

Complementary Color

#b33aae #3ab33f

#b33aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b33aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b33aae Color CSS Codes

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

#b33aae Text Font Color

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

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


#b33aae Background Color

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

This div background color is #b33aae


#b33aae Border Color

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

This div border color is #b33aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b33aae


Comments

No comments written yet.

Please login to write comment.