Color Hex Logo

#b522cf Color Hex

#B522CF
(181,34,207)
0 Favorites   0 Comments

Color spaces of #b522cf

RGB 18134207
HSL0.810.720.47
HSV291°84°81°
CMYK 0.130.840.00   0.19
XYZ30.890615.472860.3899
Yxy15.47280.28940.1449
Hunter Lab39.335571.3410-63.4903
CIE-Lab46.275175.3414-56.9521

#b522cf color RGB value is (181,34,207).

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

The process color (four color CMYK) of #b522cf color hex is 0.13, 0.84, 0.00, 0.19. Web safe color of #b522cf is #cc33cc. Color #b522cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100010 11001111
Octal 265 42 317
Decimal 181 34 207
Hex B5 22 CF

RGB Percentages of Color #b522cf

%42.89
%8.06
%49.05

CMYK Percentages of Color #b522cf

%13
%84
%0
%19

Triadic Colors of #b522cf

#b522cf #cfb522 #22cfb5

Analogous Colors of #b522cf

#b522cf #cf2293 #5e22cf

Monochromatic Colors of #b522cf

#b522cf

Complementary Color

#b522cf #3ccf22

#b522cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b522cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b522cf Color CSS Codes

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

#b522cf Text Font Color

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

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


#b522cf Background Color

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

This div background color is #b522cf


#b522cf Border Color

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

This div border color is #b522cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b522cf


Comments

No comments written yet.

Please login to write comment.