Color Hex Logo

#b30bdc Color Hex

#B30BDC
(179,11,220)
0 Favorites   0 Comments

Color spaces of #b30bdc

RGB 17911220
HSL0.800.900.45
HSV288°95°86°
CMYK 0.190.950.00   0.14
XYZ31.628314.990468.9366
Yxy14.99040.27370.1297
Hunter Lab38.717478.0612-78.4639
CIE-Lab45.621080.8755-65.4923

#b30bdc color RGB value is (179,11,220).

#b30bdc hex color red value is 179, green value is 11 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b30bdc hue: 0.80 , saturation: 0.90 and the lightness value of b30bdc is 0.45.

The process color (four color CMYK) of #b30bdc color hex is 0.19, 0.95, 0.00, 0.14. Web safe color of #b30bdc is #cc00cc. Color #b30bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001011 11011100
Octal 263 13 334
Decimal 179 11 220
Hex B3 B DC

RGB Percentages of Color #b30bdc

%43.66
%2.68
%53.66

CMYK Percentages of Color #b30bdc

%19
%95
%0
%14

Triadic Colors of #b30bdc

#b30bdc #dcb30b #0bdcb3

Analogous Colors of #b30bdc

#b30bdc #dc0b9d #4a0bdc

Monochromatic Colors of #b30bdc

#b30bdc

Complementary Color

#b30bdc #34dc0b

#b30bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30bdc Color CSS Codes

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

#b30bdc Text Font Color

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

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


#b30bdc Background Color

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

This div background color is #b30bdc


#b30bdc Border Color

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

This div border color is #b30bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30bdc


Comments

No comments written yet.

Please login to write comment.