Color Hex Logo

#b53cfe Color Hex

#B53CFE
(181,60,254)
0 Favorites   0 Comments

Color spaces of #b53cfe

RGB 18160254
HSL0.770.990.62
HSV277°76°100°
CMYK 0.290.760.00   0.00
XYZ38.561320.211295.6347
Yxy20.21120.24970.1309
Hunter Lab44.956974.4321-94.6551
CIE-Lab52.075276.7197-74.1642

#b53cfe color RGB value is (181,60,254).

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

The process color (four color CMYK) of #b53cfe color hex is 0.29, 0.76, 0.00, 0.00. Web safe color of #b53cfe is #cc33ff. Color #b53cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111100 11111110
Octal 265 74 376
Decimal 181 60 254
Hex B5 3C FE

RGB Percentages of Color #b53cfe

%36.57
%12.12
%51.31

CMYK Percentages of Color #b53cfe

%29
%76
%0
%0

Triadic Colors of #b53cfe

#b53cfe #feb53c #3cfeb5

Analogous Colors of #b53cfe

#b53cfe #fe3ce6 #543cfe

Monochromatic Colors of #b53cfe

#b53cfe

Complementary Color

#b53cfe #85fe3c

#b53cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53cfe Color CSS Codes

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

#b53cfe Text Font Color

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

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


#b53cfe Background Color

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

This div background color is #b53cfe


#b53cfe Border Color

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

This div border color is #b53cfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,60,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 #b53cfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53cfe


Comments

No comments written yet.

Please login to write comment.