Color Hex Logo

#b533ed Color Hex

#B533ED
(181,51,237)
0 Favorites   0 Comments

Color spaces of #b533ed

RGB 18151237
HSL0.780.840.56
HSV282°78°93°
CMYK 0.240.780.00   0.07
XYZ35.525918.305881.7817
Yxy18.30580.26200.1350
Hunter Lab42.785373.3397-83.3799
CIE-Lab49.864976.2678-68.2404

#b533ed color RGB value is (181,51,237).

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

The process color (four color CMYK) of #b533ed color hex is 0.24, 0.78, 0.00, 0.07. Web safe color of #b533ed is #cc33ff. Color #b533ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110011 11101101
Octal 265 63 355
Decimal 181 51 237
Hex B5 33 ED

RGB Percentages of Color #b533ed

%38.59
%10.87
%50.53

CMYK Percentages of Color #b533ed

%24
%78
%0
%7

Triadic Colors of #b533ed

#b533ed #edb533 #33edb5

Analogous Colors of #b533ed

#b533ed #ed33c8 #5833ed

Monochromatic Colors of #b533ed

#b533ed

Complementary Color

#b533ed #6bed33

#b533ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b533ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b533ed Color CSS Codes

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

#b533ed Text Font Color

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

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


#b533ed Background Color

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

This div background color is #b533ed


#b533ed Border Color

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

This div border color is #b533ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b533ed


Comments

No comments written yet.

Please login to write comment.