Color Hex Logo

#b52fed Color Hex

#B52FED
(181,47,237)
0 Favorites   0 Comments

Color spaces of #b52fed

RGB 18147237
HSL0.780.840.56
HSV282°80°93°
CMYK 0.240.800.00   0.07
XYZ35.358617.971281.7259
Yxy17.97120.26180.1331
Hunter Lab42.392574.6961-84.6270
CIE-Lab49.461277.4419-68.8952

#b52fed color RGB value is (181,47,237).

#b52fed hex color red value is 181, green value is 47 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b52fed hue: 0.78 , saturation: 0.84 and the lightness value of b52fed is 0.56.

The process color (four color CMYK) of #b52fed color hex is 0.24, 0.80, 0.00, 0.07. Web safe color of #b52fed is #cc33ff. Color #b52fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101111 11101101
Octal 265 57 355
Decimal 181 47 237
Hex B5 2F ED

RGB Percentages of Color #b52fed

%38.92
%10.11
%50.97

CMYK Percentages of Color #b52fed

%24
%80
%0
%7

Triadic Colors of #b52fed

#b52fed #edb52f #2fedb5

Analogous Colors of #b52fed

#b52fed #ed2fc6 #562fed

Monochromatic Colors of #b52fed

#b52fed

Complementary Color

#b52fed #67ed2f

#b52fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52fed Color CSS Codes

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

#b52fed Text Font Color

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

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


#b52fed Background Color

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

This div background color is #b52fed


#b52fed Border Color

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

This div border color is #b52fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52fed


Comments

No comments written yet.

Please login to write comment.