Color Hex Logo

#b521cb Color Hex

#B521CB
(181,33,203)
0 Favorites   0 Comments

Color spaces of #b521cb

RGB 18133203
HSL0.810.720.46
HSV292°84°80°
CMYK 0.110.840.00   0.20
XYZ30.379415.223357.8371
Yxy15.22330.29370.1472
Hunter Lab39.017070.7036-60.5769
CIE-Lab45.938574.8851-55.1835

#b521cb color RGB value is (181,33,203).

#b521cb hex color red value is 181, green value is 33 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b521cb hue: 0.81 , saturation: 0.72 and the lightness value of b521cb is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100001 11001011
Octal 265 41 313
Decimal 181 33 203
Hex B5 21 CB

RGB Percentages of Color #b521cb

%43.41
%7.91
%48.68

CMYK Percentages of Color #b521cb

%11
%84
%0
%20

Triadic Colors of #b521cb

#b521cb #cbb521 #21cbb5

Analogous Colors of #b521cb

#b521cb #cb218c #6021cb

Monochromatic Colors of #b521cb

#b521cb

Complementary Color

#b521cb #37cb21

#b521cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b521cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b521cb Color CSS Codes

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

#b521cb Text Font Color

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

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


#b521cb Background Color

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

This div background color is #b521cb


#b521cb Border Color

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

This div border color is #b521cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b521cb


Comments

No comments written yet.

Please login to write comment.