Color Hex Logo

#b533ae Color Hex

#B533AE
(181,51,174)
0 Favorites   0 Comments

Color spaces of #b533ae

RGB 18151174
HSL0.840.560.45
HSV303°72°71°
CMYK 0.000.720.04   0.29
XYZ27.879915.247441.5180
Yxy15.24740.32940.1801
Hunter Lab39.047959.1137-35.7070
CIE-Lab45.971265.0990-38.1823

#b533ae color RGB value is (181,51,174).

#b533ae hex color red value is 181, green value is 51 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b533ae hue: 0.84 , saturation: 0.56 and the lightness value of b533ae is 0.45.

The process color (four color CMYK) of #b533ae color hex is 0.00, 0.72, 0.04, 0.29. Web safe color of #b533ae is #cc3399. Color #b533ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110011 10101110
Octal 265 63 256
Decimal 181 51 174
Hex B5 33 AE

RGB Percentages of Color #b533ae

%44.58
%12.56
%42.86

CMYK Percentages of Color #b533ae

%0
%72
%4
%29

Triadic Colors of #b533ae

#b533ae #aeb533 #33aeb5

Analogous Colors of #b533ae

#b533ae #b5336d #7b33b5

Monochromatic Colors of #b533ae

#b533ae

Complementary Color

#b533ae #33b53a

#b533ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b533ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b533ae Color CSS Codes

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

#b533ae Text Font Color

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

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


#b533ae Background Color

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

This div background color is #b533ae


#b533ae Border Color

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

This div border color is #b533ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b533ae


Comments

No comments written yet.

Please login to write comment.