Color Hex Logo

#b55ffc Color Hex

#B55FFC
(181,95,252)
0 Favorites   0 Comments

Color spaces of #b55ffc

RGB 18195252
HSL0.760.960.68
HSV273°62°99°
CMYK 0.280.620.00   0.01
XYZ40.719025.036494.7819
Yxy25.03640.25360.1560
Hunter Lab50.036457.6974-77.2852
CIE-Lab57.110961.7931-64.9109

#b55ffc color RGB value is (181,95,252).

#b55ffc hex color red value is 181, green value is 95 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b55ffc hue: 0.76 , saturation: 0.96 and the lightness value of b55ffc is 0.68.

The process color (four color CMYK) of #b55ffc color hex is 0.28, 0.62, 0.00, 0.01. Web safe color of #b55ffc is #cc66ff. Color #b55ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011111 11111100
Octal 265 137 374
Decimal 181 95 252
Hex B5 5F FC

RGB Percentages of Color #b55ffc

%34.28
%17.99
%47.73

CMYK Percentages of Color #b55ffc

%28
%62
%0
%1

Triadic Colors of #b55ffc

#b55ffc #fcb55f #5ffcb5

Analogous Colors of #b55ffc

#b55ffc #fc5ff5 #675ffc

Monochromatic Colors of #b55ffc

#b55ffc

Complementary Color

#b55ffc #a6fc5f

#b55ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55ffc Color CSS Codes

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

#b55ffc Text Font Color

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

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


#b55ffc Background Color

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

This div background color is #b55ffc


#b55ffc Border Color

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

This div border color is #b55ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55ffc


Comments

No comments written yet.

Please login to write comment.