Color Hex Logo

#b30dfa Color Hex

#B30DFA
(179,13,250)
0 Favorites   0 Comments

Color spaces of #b30dfa

RGB 17913250
HSL0.780.960.52
HSV282°95°98°
CMYK 0.280.950.00   0.02
XYZ35.989616.773791.7833
Yxy16.77370.24900.1160
Hunter Lab40.955785.1834-104.2022
CIE-Lab47.973685.9802-78.6293

#b30dfa color RGB value is (179,13,250).

#b30dfa hex color red value is 179, green value is 13 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b30dfa hue: 0.78 , saturation: 0.96 and the lightness value of b30dfa is 0.52.

The process color (four color CMYK) of #b30dfa color hex is 0.28, 0.95, 0.00, 0.02. Web safe color of #b30dfa is #cc00ff. Color #b30dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001101 11111010
Octal 263 15 372
Decimal 179 13 250
Hex B3 D FA

RGB Percentages of Color #b30dfa

%40.50
%2.94
%56.56

CMYK Percentages of Color #b30dfa

%28
%95
%0
%2

Triadic Colors of #b30dfa

#b30dfa #fab30d #0dfab3

Analogous Colors of #b30dfa

#b30dfa #fa0dcb #3c0dfa

Monochromatic Colors of #b30dfa

#b30dfa

Complementary Color

#b30dfa #54fa0d

#b30dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30dfa Color CSS Codes

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

#b30dfa Text Font Color

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

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


#b30dfa Background Color

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

This div background color is #b30dfa


#b30dfa Border Color

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

This div border color is #b30dfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,13,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b30dfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b30dfa;
  -webkit-box-shadow: 1px 1px 3px 2px #b30dfa;
  box-shadow:         1px 1px 3px 2px #b30dfa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,13,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30dfa


Comments

No comments written yet.

Please login to write comment.