Color Hex Logo

#b534ad Color Hex

#B534AD
(181,52,173)
0 Favorites   0 Comments

Color spaces of #b534ad

RGB 18152173
HSL0.840.550.46
HSV304°71°71°
CMYK 0.000.710.04   0.29
XYZ27.826915.296941.0211
Yxy15.29690.33070.1818
Hunter Lab39.111358.5546-34.8073
CIE-Lab46.038264.5997-37.4859

#b534ad color RGB value is (181,52,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110100 10101101
Octal 265 64 255
Decimal 181 52 173
Hex B5 34 AD

RGB Percentages of Color #b534ad

%44.58
%12.81
%42.61

CMYK Percentages of Color #b534ad

%0
%71
%4
%29

Triadic Colors of #b534ad

#b534ad #adb534 #34adb5

Analogous Colors of #b534ad

#b534ad #b5346d #7d34b5

Monochromatic Colors of #b534ad

#b534ad

Complementary Color

#b534ad #34b53c

#b534ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b534ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b534ad Color CSS Codes

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

#b534ad Text Font Color

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

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


#b534ad Background Color

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

This div background color is #b534ad


#b534ad Border Color

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

This div border color is #b534ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b534ad


Comments

No comments written yet.

Please login to write comment.