Color Hex Logo

#b540af Color Hex

#B540AF
(181,64,175)
0 Favorites   0 Comments

Color spaces of #b540af

RGB 18164175
HSL0.840.480.48
HSV303°65°71°
CMYK 0.000.650.03   0.29
XYZ28.627316.585742.2500
Yxy16.58570.32730.1896
Hunter Lab40.725554.2037-33.0015
CIE-Lab47.733760.4445-35.9908

#b540af color RGB value is (181,64,175).

#b540af hex color red value is 181, green value is 64 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b540af hue: 0.84 , saturation: 0.48 and the lightness value of b540af is 0.48.

The process color (four color CMYK) of #b540af color hex is 0.00, 0.65, 0.03, 0.29. Web safe color of #b540af is #cc3399. Color #b540af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01000000 10101111
Octal 265 100 257
Decimal 181 64 175
Hex B5 40 AF

RGB Percentages of Color #b540af

%43.10
%15.24
%41.67

CMYK Percentages of Color #b540af

%0
%65
%3
%29

Triadic Colors of #b540af

#b540af #afb540 #40afb5

Analogous Colors of #b540af

#b540af #b54075 #8140b5

Monochromatic Colors of #b540af

#b540af

Complementary Color

#b540af #40b546

#b540af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b540af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b540af Color CSS Codes

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

#b540af Text Font Color

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

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


#b540af Background Color

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

This div background color is #b540af


#b540af Border Color

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

This div border color is #b540af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b540af


Comments

No comments written yet.

Please login to write comment.