Color Hex Logo

#b530f6 Color Hex

#B530F6
(181,48,246)
0 Favorites   0 Comments

Color spaces of #b530f6

RGB 18148246
HSL0.780.920.58
HSV280°80°96°
CMYK 0.260.800.00   0.04
XYZ36.747618.591588.8405
Yxy18.59150.25490.1289
Hunter Lab43.117976.6720-91.9792
CIE-Lab50.205878.8806-72.7396

#b530f6 color RGB value is (181,48,246).

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

The process color (four color CMYK) of #b530f6 color hex is 0.26, 0.80, 0.00, 0.04. Web safe color of #b530f6 is #cc33ff. Color #b530f6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110000 11110110
Octal 265 60 366
Decimal 181 48 246
Hex B5 30 F6

RGB Percentages of Color #b530f6

%38.11
%10.11
%51.79

CMYK Percentages of Color #b530f6

%26
%80
%0
%4

Triadic Colors of #b530f6

#b530f6 #f6b530 #30f6b5

Analogous Colors of #b530f6

#b530f6 #f630d4 #5230f6

Monochromatic Colors of #b530f6

#b530f6

Complementary Color

#b530f6 #71f630

#b530f6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b530f6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b530f6 Color CSS Codes

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

#b530f6 Text Font Color

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

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


#b530f6 Background Color

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

This div background color is #b530f6


#b530f6 Border Color

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

This div border color is #b530f6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b530f6


Comments

No comments written yet.

Please login to write comment.