Color Hex Logo

#b552e2 Color Hex

#B552E2
(181,82,226)
0 Favorites   0 Comments

Color spaces of #b552e2

RGB 18182226
HSL0.780.710.60
HSV281°64°89°
CMYK 0.200.640.00   0.11
XYZ35.800821.349374.1854
Yxy21.34930.27260.1626
Hunter Lab46.205357.4461-62.8500
CIE-Lab53.329762.2601-56.4540

#b552e2 color RGB value is (181,82,226).

#b552e2 hex color red value is 181, green value is 82 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #b552e2 hue: 0.78 , saturation: 0.71 and the lightness value of b552e2 is 0.60.

The process color (four color CMYK) of #b552e2 color hex is 0.20, 0.64, 0.00, 0.11. Web safe color of #b552e2 is #cc66cc. Color #b552e2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010010 11100010
Octal 265 122 342
Decimal 181 82 226
Hex B5 52 E2

RGB Percentages of Color #b552e2

%37.01
%16.77
%46.22

CMYK Percentages of Color #b552e2

%20
%64
%0
%11

Triadic Colors of #b552e2

#b552e2 #e2b552 #52e2b5

Analogous Colors of #b552e2

#b552e2 #e252c7 #6d52e2

Monochromatic Colors of #b552e2

#b552e2

Complementary Color

#b552e2 #7fe252

#b552e2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b552e2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b552e2 Color CSS Codes

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

#b552e2 Text Font Color

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

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


#b552e2 Background Color

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

This div background color is #b552e2


#b552e2 Border Color

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

This div border color is #b552e2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b552e2


Comments

No comments written yet.

Please login to write comment.