Color Hex Logo

#b538ad Color Hex

#B538AD
(181,56,173)
0 Favorites   0 Comments

Color spaces of #b538ad

RGB 18156173
HSL0.840.530.46
HSV304°69°71°
CMYK 0.000.690.04   0.29
XYZ28.013115.669241.0832
Yxy15.66920.33050.1849
Hunter Lab39.584357.0485-33.8260
CIE-Lab46.537563.1865-36.6979

#b538ad color RGB value is (181,56,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111000 10101101
Octal 265 70 255
Decimal 181 56 173
Hex B5 38 AD

RGB Percentages of Color #b538ad

%44.15
%13.66
%42.20

CMYK Percentages of Color #b538ad

%0
%69
%4
%29

Triadic Colors of #b538ad

#b538ad #adb538 #38adb5

Analogous Colors of #b538ad

#b538ad #b5386f #7f38b5

Monochromatic Colors of #b538ad

#b538ad

Complementary Color

#b538ad #38b540

#b538ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b538ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b538ad Color CSS Codes

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

#b538ad Text Font Color

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

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


#b538ad Background Color

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

This div background color is #b538ad


#b538ad Border Color

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

This div border color is #b538ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b538ad


Comments

No comments written yet.

Please login to write comment.