Color Hex Logo

#b533ba Color Hex

#B533BA
(181,51,186)
0 Favorites   0 Comments

Color spaces of #b533ba

RGB 18151186
HSL0.830.570.46
HSV298°73°73°
CMYK 0.030.730.00   0.27
XYZ29.102815.736647.9579
Yxy15.73660.31360.1696
Hunter Lab39.669461.5322-43.9095
CIE-Lab46.627067.0603-44.1928

#b533ba color RGB value is (181,51,186).

#b533ba hex color red value is 181, green value is 51 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b533ba hue: 0.83 , saturation: 0.57 and the lightness value of b533ba is 0.46.

The process color (four color CMYK) of #b533ba color hex is 0.03, 0.73, 0.00, 0.27. Web safe color of #b533ba is #cc33cc. Color #b533ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110011 10111010
Octal 265 63 272
Decimal 181 51 186
Hex B5 33 BA

RGB Percentages of Color #b533ba

%43.30
%12.20
%44.50

CMYK Percentages of Color #b533ba

%3
%73
%0
%27

Triadic Colors of #b533ba

#b533ba #bab533 #33bab5

Analogous Colors of #b533ba

#b533ba #ba337c #7233ba

Monochromatic Colors of #b533ba

#b533ba

Complementary Color

#b533ba #38ba33

#b533ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b533ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b533ba Color CSS Codes

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

#b533ba Text Font Color

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

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


#b533ba Background Color

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

This div background color is #b533ba


#b533ba Border Color

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

This div border color is #b533ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,51,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b533ba


Comments

No comments written yet.

Please login to write comment.