color codes Logo

#b532ed color codes

#B532ED
(181,50,237)
0 Favorites   0 Comments

Color spaces of #b532ed

RGB 18150237
HSL0.780.840.56
HSV282°79°93°
CMYK 0.240.790.00   0.07
XYZ35.482718.219481.7673
Yxy18.21940.26190.1345
Hunter Lab42.684273.6869-83.6990
CIE-Lab49.761176.5691-68.4087

#b532ed color RGB value is (181,50,237).

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

The process color (four color CMYK) of #b532ed color code is 0.24, 0.79, 0.00, 0.07. Web safe color of #b532ed is #cc33ff. Color #b532ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110010 11101101
Octal 265 62 355
Decimal 181 50 237
Hex B5 32 ED

RGB Percentages of Color #b532ed

%38.68
%10.68
%50.64

CMYK Percentages of Color #b532ed

%24
%79
%0
%7

Triadic Colors of #b532ed

#b532ed #edb532 #32edb5

Analogous Colors of #b532ed

#b532ed #ed32c8 #5732ed

Monochromatic Colors of #b532ed

#b532ed

Complementary Color

#b532ed #6aed32

#b532ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b532ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b532ed Color CSS Codes

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

#b532ed Text Font Color

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

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


#b532ed Background Color

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

This div background color is #b532ed


#b532ed Border Color

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

This div border color is #b532ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b532ed


Comments

No comments written yet.

Please login to write comment.