Color Hex Logo

#b52dfe Color Hex

#B52DFE
(181,45,254)
0 Favorites   0 Comments

Color spaces of #b52dfe

RGB 18145254
HSL0.780.990.59
HSV279°82°100°
CMYK 0.290.820.00   0.00
XYZ37.883818.856395.4089
Yxy18.85630.24900.1239
Hunter Lab43.423879.7351-99.8726
CIE-Lab50.518781.2482-76.6969

#b52dfe color RGB value is (181,45,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101101 11111110
Octal 265 55 376
Decimal 181 45 254
Hex B5 2D FE

RGB Percentages of Color #b52dfe

%37.71
%9.38
%52.92

CMYK Percentages of Color #b52dfe

%29
%82
%0
%0

Triadic Colors of #b52dfe

#b52dfe #feb52d #2dfeb5

Analogous Colors of #b52dfe

#b52dfe #fe2ddf #4c2dfe

Monochromatic Colors of #b52dfe

#b52dfe

Complementary Color

#b52dfe #76fe2d

#b52dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52dfe Color CSS Codes

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

#b52dfe Text Font Color

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

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


#b52dfe Background Color

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

This div background color is #b52dfe


#b52dfe Border Color

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

This div border color is #b52dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52dfe


Comments

No comments written yet.

Please login to write comment.