Color Hex Logo

#b30adc Color Hex

#B30ADC
(179,10,220)
0 Favorites   0 Comments

Color spaces of #b30adc

RGB 17910220
HSL0.800.910.45
HSV288°95°86°
CMYK 0.190.950.00   0.14
XYZ31.617214.968168.9329
Yxy14.96810.27370.1296
Hunter Lab38.688678.1690-78.5571
CIE-Lab45.590580.9667-65.5419

#b30adc color RGB value is (179,10,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001010 11011100
Octal 263 12 334
Decimal 179 10 220
Hex B3 A DC

RGB Percentages of Color #b30adc

%43.77
%2.44
%53.79

CMYK Percentages of Color #b30adc

%19
%95
%0
%14

Triadic Colors of #b30adc

#b30adc #dcb30a #0adcb3

Analogous Colors of #b30adc

#b30adc #dc0a9c #4a0adc

Monochromatic Colors of #b30adc

#b30adc

Complementary Color

#b30adc #33dc0a

#b30adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30adc Color CSS Codes

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

#b30adc Text Font Color

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

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


#b30adc Background Color

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

This div background color is #b30adc


#b30adc Border Color

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

This div border color is #b30adc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,10,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 #b30adc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30adc


Comments

No comments written yet.

Please login to write comment.