Color Hex Logo

#b530fb Color Hex

#B530FB
(181,48,251)
0 Favorites   0 Comments

Color spaces of #b530fb

RGB 18148251
HSL0.780.960.59
HSV279°81°98°
CMYK 0.280.810.00   0.02
XYZ37.525618.902792.9376
Yxy18.90270.25120.1266
Hunter Lab43.477277.9798-96.3051
CIE-Lab50.573279.8498-74.9360

#b530fb color RGB value is (181,48,251).

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

The process color (four color CMYK) of #b530fb color hex is 0.28, 0.81, 0.00, 0.02. Web safe color of #b530fb is #cc33ff. Color #b530fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110000 11111011
Octal 265 60 373
Decimal 181 48 251
Hex B5 30 FB

RGB Percentages of Color #b530fb

%37.71
%10.00
%52.29

CMYK Percentages of Color #b530fb

%28
%81
%0
%2

Triadic Colors of #b530fb

#b530fb #fbb530 #30fbb5

Analogous Colors of #b530fb

#b530fb #fb30dc #5030fb

Monochromatic Colors of #b530fb

#b530fb

Complementary Color

#b530fb #76fb30

#b530fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b530fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b530fb Color CSS Codes

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

#b530fb Text Font Color

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

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


#b530fb Background Color

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

This div background color is #b530fb


#b530fb Border Color

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

This div border color is #b530fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b530fb


Comments

No comments written yet.

Please login to write comment.