Color Hex Logo

#b52efc Color Hex

#B52EFC
(181,46,252)
0 Favorites   0 Comments

Color spaces of #b52efc

RGB 18146252
HSL0.780.970.58
HSV279°82°99°
CMYK 0.280.820.00   0.01
XYZ37.603718.806093.7434
Yxy18.80600.25040.1252
Hunter Lab43.365978.8917-97.8102
CIE-Lab50.459580.5943-75.6788

#b52efc color RGB value is (181,46,252).

#b52efc hex color red value is 181, green value is 46 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b52efc hue: 0.78 , saturation: 0.97 and the lightness value of b52efc is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101110 11111100
Octal 265 56 374
Decimal 181 46 252
Hex B5 2E FC

RGB Percentages of Color #b52efc

%37.79
%9.60
%52.61

CMYK Percentages of Color #b52efc

%28
%82
%0
%1

Triadic Colors of #b52efc

#b52efc #fcb52e #2efcb5

Analogous Colors of #b52efc

#b52efc #fc2edc #4e2efc

Monochromatic Colors of #b52efc

#b52efc

Complementary Color

#b52efc #75fc2e

#b52efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52efc Color CSS Codes

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

#b52efc Text Font Color

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

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


#b52efc Background Color

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

This div background color is #b52efc


#b52efc Border Color

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

This div border color is #b52efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52efc

Related Colors


Comments

No comments written yet.

Please login to write comment.