Color Hex Logo

#b53dfe Color Hex

#B53DFE
(181,61,254)
0 Favorites   0 Comments

Color spaces of #b53dfe

RGB 18161254
HSL0.770.990.62
HSV277°76°100°
CMYK 0.290.760.00   0.00
XYZ38.614220.317095.6523
Yxy20.31700.24980.1314
Hunter Lab45.074474.0367-94.2672
CIE-Lab52.193776.3778-73.9715

#b53dfe color RGB value is (181,61,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111101 11111110
Octal 265 75 376
Decimal 181 61 254
Hex B5 3D FE

RGB Percentages of Color #b53dfe

%36.49
%12.30
%51.21

CMYK Percentages of Color #b53dfe

%29
%76
%0
%0

Triadic Colors of #b53dfe

#b53dfe #feb53d #3dfeb5

Analogous Colors of #b53dfe

#b53dfe #fe3de7 #543dfe

Monochromatic Colors of #b53dfe

#b53dfe

Complementary Color

#b53dfe #86fe3d

#b53dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53dfe Color CSS Codes

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

#b53dfe Text Font Color

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

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


#b53dfe Background Color

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

This div background color is #b53dfe


#b53dfe Border Color

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

This div border color is #b53dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.