Color Hex Logo

#b540cc Color Hex

#B540CC
(181,64,204)
0 Favorites   0 Comments

Color spaces of #b540cc

RGB 18164204
HSL0.810.580.53
HSV290°69°80°
CMYK 0.110.690.00   0.20
XYZ31.788517.850258.8967
Yxy17.85020.29290.1645
Hunter Lab42.249560.3667-53.0769
CIE-Lab49.313965.5420-50.3470

#b540cc color RGB value is (181,64,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01000000 11001100
Octal 265 100 314
Decimal 181 64 204
Hex B5 40 CC

RGB Percentages of Color #b540cc

%40.31
%14.25
%45.43

CMYK Percentages of Color #b540cc

%11
%69
%0
%20

Triadic Colors of #b540cc

#b540cc #ccb540 #40ccb5

Analogous Colors of #b540cc

#b540cc #cc409d #6f40cc

Monochromatic Colors of #b540cc

#b540cc

Complementary Color

#b540cc #57cc40

#b540cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b540cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b540cc Color CSS Codes

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

#b540cc Text Font Color

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

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


#b540cc Background Color

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

This div background color is #b540cc


#b540cc Border Color

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

This div border color is #b540cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b540cc


Comments

No comments written yet.

Please login to write comment.