Color Hex Logo

#b526cc Color Hex

#B526CC
(181,38,204)
0 Favorites   0 Comments

Color spaces of #b526cc

RGB 18138204
HSL0.810.690.47
HSV292°81°80°
CMYK 0.110.810.00   0.20
XYZ30.648315.569658.5166
Yxy15.56960.29260.1487
Hunter Lab39.458369.5935-60.3061
CIE-Lab46.404773.8816-55.0116

#b526cc color RGB value is (181,38,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100110 11001100
Octal 265 46 314
Decimal 181 38 204
Hex B5 26 CC

RGB Percentages of Color #b526cc

%42.79
%8.98
%48.23

CMYK Percentages of Color #b526cc

%11
%81
%0
%20

Triadic Colors of #b526cc

#b526cc #ccb526 #26ccb5

Analogous Colors of #b526cc

#b526cc #cc2690 #6226cc

Monochromatic Colors of #b526cc

#b526cc

Complementary Color

#b526cc #3dcc26

#b526cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b526cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b526cc Color CSS Codes

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

#b526cc Text Font Color

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

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


#b526cc Background Color

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

This div background color is #b526cc


#b526cc Border Color

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

This div border color is #b526cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b526cc


Comments

No comments written yet.

Please login to write comment.