Color Hex Logo

#b30fbe Color Hex

#B30FBE
(179,15,190)
0 Favorites   0 Comments

Color spaces of #b30fbe

RGB 17915190
HSL0.820.850.40
HSV296°92°75°
CMYK 0.060.920.00   0.25
XYZ28.055513.643149.8699
Yxy13.64310.30640.1490
Hunter Lab36.936670.9423-54.1948
CIE-Lab43.716775.5128-51.2065

#b30fbe color RGB value is (179,15,190).

#b30fbe hex color red value is 179, green value is 15 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b30fbe hue: 0.82 , saturation: 0.85 and the lightness value of b30fbe is 0.40.

The process color (four color CMYK) of #b30fbe color hex is 0.06, 0.92, 0.00, 0.25. Web safe color of #b30fbe is #cc00cc. Color #b30fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001111 10111110
Octal 263 17 276
Decimal 179 15 190
Hex B3 F BE

RGB Percentages of Color #b30fbe

%46.61
%3.91
%49.48

CMYK Percentages of Color #b30fbe

%6
%92
%0
%25

Triadic Colors of #b30fbe

#b30fbe #beb30f #0fbeb3

Analogous Colors of #b30fbe

#b30fbe #be0f72 #5b0fbe

Monochromatic Colors of #b30fbe

#b30fbe

Complementary Color

#b30fbe #1abe0f

#b30fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30fbe Color CSS Codes

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

#b30fbe Text Font Color

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

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


#b30fbe Background Color

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

This div background color is #b30fbe


#b30fbe Border Color

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

This div border color is #b30fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30fbe


Comments

No comments written yet.

Please login to write comment.