Color Hex Logo

#b30edb Color Hex

#B30EDB
(179,14,219)
0 Favorites   0 Comments

Color spaces of #b30edb

RGB 17914219
HSL0.800.880.46
HSV288°94°86°
CMYK 0.180.940.00   0.14
XYZ31.533615.012368.2535
Yxy15.01230.27470.1308
Hunter Lab38.745777.4691-77.3218
CIE-Lab45.651080.4000-64.8714

#b30edb color RGB value is (179,14,219).

#b30edb hex color red value is 179, green value is 14 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b30edb hue: 0.80 , saturation: 0.88 and the lightness value of b30edb is 0.46.

The process color (four color CMYK) of #b30edb color hex is 0.18, 0.94, 0.00, 0.14. Web safe color of #b30edb is #cc00cc. Color #b30edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001110 11011011
Octal 263 16 333
Decimal 179 14 219
Hex B3 E DB

RGB Percentages of Color #b30edb

%43.45
%3.40
%53.16

CMYK Percentages of Color #b30edb

%18
%94
%0
%14

Triadic Colors of #b30edb

#b30edb #dbb30e #0edbb3

Analogous Colors of #b30edb

#b30edb #db0e9d #4d0edb

Monochromatic Colors of #b30edb

#b30edb

Complementary Color

#b30edb #36db0e

#b30edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30edb Color CSS Codes

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

#b30edb Text Font Color

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

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


#b30edb Background Color

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

This div background color is #b30edb


#b30edb Border Color

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

This div border color is #b30edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30edb


Comments

No comments written yet.

Please login to write comment.