Color Hex Logo

#b33bae Color Hex

#B33BAE
(179,59,174)
0 Favorites   0 Comments

Color spaces of #b33bae

RGB 17959174
HSL0.840.500.47
HSV303°67°70°
CMYK 0.000.670.03   0.30
XYZ27.794415.767641.6229
Yxy15.76760.32630.1851
Hunter Lab39.708455.4535-34.3526
CIE-Lab46.668161.7552-37.1028

#b33bae color RGB value is (179,59,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111011 10101110
Octal 263 73 256
Decimal 179 59 174
Hex B3 3B AE

RGB Percentages of Color #b33bae

%43.45
%14.32
%42.23

CMYK Percentages of Color #b33bae

%0
%67
%3
%30

Triadic Colors of #b33bae

#b33bae #aeb33b #3baeb3

Analogous Colors of #b33bae

#b33bae #b33b72 #7c3bb3

Monochromatic Colors of #b33bae

#b33bae

Complementary Color

#b33bae #3bb340

#b33bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b33bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b33bae Color CSS Codes

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

#b33bae Text Font Color

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

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


#b33bae Background Color

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

This div background color is #b33bae


#b33bae Border Color

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

This div border color is #b33bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b33bae


Comments

No comments written yet.

Please login to write comment.