Color Hex Logo

#b552fb Color Hex

#B552FB
(181,82,251)
0 Favorites   0 Comments

Color spaces of #b552fb

RGB 18182251
HSL0.760.950.65
HSV275°67°98°
CMYK 0.280.670.00   0.02
XYZ39.485922.823493.5910
Yxy22.82340.25330.1464
Hunter Lab47.773863.9291-82.7100
CIE-Lab54.890067.5220-67.9369

#b552fb color RGB value is (181,82,251).

#b552fb hex color red value is 181, green value is 82 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b552fb hue: 0.76 , saturation: 0.95 and the lightness value of b552fb is 0.65.

The process color (four color CMYK) of #b552fb color hex is 0.28, 0.67, 0.00, 0.02. Web safe color of #b552fb is #cc66ff. Color #b552fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010010 11111011
Octal 265 122 373
Decimal 181 82 251
Hex B5 52 FB

RGB Percentages of Color #b552fb

%35.21
%15.95
%48.83

CMYK Percentages of Color #b552fb

%28
%67
%0
%2

Triadic Colors of #b552fb

#b552fb #fbb552 #52fbb5

Analogous Colors of #b552fb

#b552fb #fb52ed #6152fb

Monochromatic Colors of #b552fb

#b552fb

Complementary Color

#b552fb #98fb52

#b552fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b552fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b552fb Color CSS Codes

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

#b552fb Text Font Color

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

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


#b552fb Background Color

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

This div background color is #b552fb


#b552fb Border Color

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

This div border color is #b552fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b552fb


Comments

No comments written yet.

Please login to write comment.