Color Hex Logo

#b52feb Color Hex

#B52FEB
(181,47,235)
0 Favorites   0 Comments

Color spaces of #b52feb

RGB 18147235
HSL0.790.820.55
HSV283°80°92°
CMYK 0.230.800.00   0.08
XYZ35.068017.854980.1953
Yxy17.85490.26340.1341
Hunter Lab42.255174.1930-82.9471
CIE-Lab49.319677.0641-67.9973

#b52feb color RGB value is (181,47,235).

#b52feb hex color red value is 181, green value is 47 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b52feb hue: 0.79 , saturation: 0.82 and the lightness value of b52feb is 0.55.

The process color (four color CMYK) of #b52feb color hex is 0.23, 0.80, 0.00, 0.08. Web safe color of #b52feb is #cc33ff. Color #b52feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101111 11101011
Octal 265 57 353
Decimal 181 47 235
Hex B5 2F EB

RGB Percentages of Color #b52feb

%39.09
%10.15
%50.76

CMYK Percentages of Color #b52feb

%23
%80
%0
%8

Triadic Colors of #b52feb

#b52feb #ebb52f #2febb5

Analogous Colors of #b52feb

#b52feb #eb2fc3 #572feb

Monochromatic Colors of #b52feb

#b52feb

Complementary Color

#b52feb #65eb2f

#b52feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52feb Color CSS Codes

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

#b52feb Text Font Color

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

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


#b52feb Background Color

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

This div background color is #b52feb


#b52feb Border Color

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

This div border color is #b52feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52feb


Comments

No comments written yet.

Please login to write comment.