Color Hex Logo

#b521be Color Hex

#B521BE
(181,33,190)
0 Favorites   0 Comments

Color spaces of #b521be

RGB 18133190
HSL0.820.700.44
HSV297°83°75°
CMYK 0.050.830.00   0.25
XYZ28.894214.629250.0160
Yxy14.62920.30890.1564
Hunter Lab38.248167.9119-50.7581
CIE-Lab45.122172.7399-48.9338

#b521be color RGB value is (181,33,190).

#b521be hex color red value is 181, green value is 33 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b521be hue: 0.82 , saturation: 0.70 and the lightness value of b521be is 0.44.

The process color (four color CMYK) of #b521be color hex is 0.05, 0.83, 0.00, 0.25. Web safe color of #b521be is #cc33cc. Color #b521be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100001 10111110
Octal 265 41 276
Decimal 181 33 190
Hex B5 21 BE

RGB Percentages of Color #b521be

%44.80
%8.17
%47.03

CMYK Percentages of Color #b521be

%5
%83
%0
%25

Triadic Colors of #b521be

#b521be #beb521 #21beb5

Analogous Colors of #b521be

#b521be #be2179 #6721be

Monochromatic Colors of #b521be

#b521be

Complementary Color

#b521be #2abe21

#b521be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b521be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b521be Color CSS Codes

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

#b521be Text Font Color

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

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


#b521be Background Color

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

This div background color is #b521be


#b521be Border Color

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

This div border color is #b521be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b521be


Comments

No comments written yet.

Please login to write comment.