Color Hex Logo

#b534ed Color Hex

#B534ED
(181,52,237)
0 Favorites   0 Comments

Color spaces of #b534ed

RGB 18152237
HSL0.780.840.57
HSV282°78°93°
CMYK 0.240.780.00   0.07
XYZ35.570118.394281.7964
Yxy18.39420.26200.1355
Hunter Lab42.888572.9865-83.0553
CIE-Lab49.970875.9609-68.0688

#b534ed color RGB value is (181,52,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110100 11101101
Octal 265 64 355
Decimal 181 52 237
Hex B5 34 ED

RGB Percentages of Color #b534ed

%38.51
%11.06
%50.43

CMYK Percentages of Color #b534ed

%24
%78
%0
%7

Triadic Colors of #b534ed

#b534ed #edb534 #34edb5

Analogous Colors of #b534ed

#b534ed #ed34c9 #5934ed

Monochromatic Colors of #b534ed

#b534ed

Complementary Color

#b534ed #6ced34

#b534ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b534ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b534ed Color CSS Codes

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

#b534ed Text Font Color

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

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


#b534ed Background Color

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

This div background color is #b534ed


#b534ed Border Color

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

This div border color is #b534ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b534ed


Comments

No comments written yet.

Please login to write comment.