Color Hex Logo

#b501cc Color Hex

#B501CC
(181,1,204)
0 Favorites   0 Comments

Color spaces of #b501cc

RGB 1811204
HSL0.810.990.40
HSV293°100°80°
CMYK 0.111.000.00   0.20
XYZ29.966014.205158.2892
Yxy14.20510.29250.1386
Hunter Lab37.689775.9635-65.3126
CIE-Lab44.525679.4174-58.0404

#b501cc color RGB value is (181,1,204).

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

The process color (four color CMYK) of #b501cc color hex is 0.11, 1.00, 0.00, 0.20. Web safe color of #b501cc is #cc00cc. Color #b501cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000001 11001100
Octal 265 1 314
Decimal 181 1 204
Hex B5 1 CC

RGB Percentages of Color #b501cc

%46.89
%0.26
%52.85

CMYK Percentages of Color #b501cc

%11
%100
%0
%20

Triadic Colors of #b501cc

#b501cc #ccb501 #01ccb5

Analogous Colors of #b501cc

#b501cc #cc017e #4f01cc

Monochromatic Colors of #b501cc

#b501cc

Complementary Color

#b501cc #18cc01

#b501cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b501cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b501cc Color CSS Codes

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

#b501cc Text Font Color

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

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


#b501cc Background Color

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

This div background color is #b501cc


#b501cc Border Color

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

This div border color is #b501cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b501cc


Comments

No comments written yet.

Please login to write comment.