Color Hex Logo

#b537cc Color Hex

#B537CC
(181,55,204)
0 Favorites   0 Comments

Color spaces of #b537cc

RGB 18155204
HSL0.810.590.51
HSV291°73°80°
CMYK 0.110.730.00   0.20
XYZ31.321316.915858.7410
Yxy16.91580.29280.1581
Hunter Lab41.128863.9597-55.8890
CIE-Lab48.153868.8339-52.2036

#b537cc color RGB value is (181,55,204).

#b537cc hex color red value is 181, green value is 55 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b537cc hue: 0.81 , saturation: 0.59 and the lightness value of b537cc is 0.51.

The process color (four color CMYK) of #b537cc color hex is 0.11, 0.73, 0.00, 0.20. Web safe color of #b537cc is #cc33cc. Color #b537cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110111 11001100
Octal 265 67 314
Decimal 181 55 204
Hex B5 37 CC

RGB Percentages of Color #b537cc

%41.14
%12.50
%46.36

CMYK Percentages of Color #b537cc

%11
%73
%0
%20

Triadic Colors of #b537cc

#b537cc #ccb537 #37ccb5

Analogous Colors of #b537cc

#b537cc #cc3799 #6b37cc

Monochromatic Colors of #b537cc

#b537cc

Complementary Color

#b537cc #4ecc37

#b537cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b537cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b537cc Color CSS Codes

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

#b537cc Text Font Color

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

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


#b537cc Background Color

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

This div background color is #b537cc


#b537cc Border Color

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

This div border color is #b537cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b537cc


Comments

No comments written yet.

Please login to write comment.