Color Hex Logo

#b55cfe Color Hex

#B55CFE
(181,92,254)
0 Favorites   0 Comments

Color spaces of #b55cfe

RGB 18192254
HSL0.760.990.68
HSV273°64°100°
CMYK 0.290.640.00   0.00
XYZ40.772624.633896.3718
Yxy24.63380.25200.1523
Hunter Lab49.632459.7793-80.3812
CIE-Lab56.716963.6567-66.6521

#b55cfe color RGB value is (181,92,254).

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

The process color (four color CMYK) of #b55cfe color hex is 0.29, 0.64, 0.00, 0.00. Web safe color of #b55cfe is #cc66ff. Color #b55cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011100 11111110
Octal 265 134 376
Decimal 181 92 254
Hex B5 5C FE

RGB Percentages of Color #b55cfe

%34.35
%17.46
%48.20

CMYK Percentages of Color #b55cfe

%29
%64
%0
%0

Triadic Colors of #b55cfe

#b55cfe #feb55c #5cfeb5

Analogous Colors of #b55cfe

#b55cfe #fe5cf6 #645cfe

Monochromatic Colors of #b55cfe

#b55cfe

Complementary Color

#b55cfe #a5fe5c

#b55cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55cfe Color CSS Codes

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

#b55cfe Text Font Color

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

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


#b55cfe Background Color

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

This div background color is #b55cfe


#b55cfe Border Color

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

This div border color is #b55cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55cfe


Comments

No comments written yet.

Please login to write comment.