Color Hex Logo

#b30acd Color Hex

#B30ACD
(179,10,205)
0 Favorites   0 Comments

Color spaces of #b30acd

RGB 17910205
HSL0.810.910.42
HSV292°95°80°
CMYK 0.130.950.00   0.20
XYZ29.718414.208658.9338
Yxy14.20860.28890.1381
Hunter Lab37.694374.7654-66.3120
CIE-Lab44.530678.4561-58.6283

#b30acd color RGB value is (179,10,205).

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

The process color (four color CMYK) of #b30acd color hex is 0.13, 0.95, 0.00, 0.20. Web safe color of #b30acd is #cc00cc. Color #b30acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001010 11001101
Octal 263 12 315
Decimal 179 10 205
Hex B3 A CD

RGB Percentages of Color #b30acd

%45.43
%2.54
%52.03

CMYK Percentages of Color #b30acd

%13
%95
%0
%20

Triadic Colors of #b30acd

#b30acd #cdb30a #0acdb3

Analogous Colors of #b30acd

#b30acd #cd0a86 #520acd

Monochromatic Colors of #b30acd

#b30acd

Complementary Color

#b30acd #24cd0a

#b30acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30acd Color CSS Codes

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

#b30acd Text Font Color

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

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


#b30acd Background Color

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

This div background color is #b30acd


#b30acd Border Color

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

This div border color is #b30acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30acd


Comments

No comments written yet.

Please login to write comment.