Color Hex Logo

#b30ebc Color Hex

#B30EBC
(179,14,188)
0 Favorites   0 Comments

Color spaces of #b30ebc

RGB 17914188
HSL0.820.860.40
HSV297°93°74°
CMYK 0.050.930.00   0.26
XYZ27.824513.528648.7217
Yxy13.52860.30890.1502
Hunter Lab36.781270.6656-52.7907
CIE-Lab43.549275.3187-50.3030

#b30ebc color RGB value is (179,14,188).

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

The process color (four color CMYK) of #b30ebc color hex is 0.05, 0.93, 0.00, 0.26. Web safe color of #b30ebc is #cc00cc. Color #b30ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001110 10111100
Octal 263 16 274
Decimal 179 14 188
Hex B3 E BC

RGB Percentages of Color #b30ebc

%46.98
%3.67
%49.34

CMYK Percentages of Color #b30ebc

%5
%93
%0
%26

Triadic Colors of #b30ebc

#b30ebc #bcb30e #0ebcb3

Analogous Colors of #b30ebc

#b30ebc #bc0e6e #5c0ebc

Monochromatic Colors of #b30ebc

#b30ebc

Complementary Color

#b30ebc #17bc0e

#b30ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30ebc Color CSS Codes

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

#b30ebc Text Font Color

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

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


#b30ebc Background Color

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

This div background color is #b30ebc


#b30ebc Border Color

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

This div border color is #b30ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30ebc


Comments

No comments written yet.

Please login to write comment.