Color Hex Logo

#b40acc Color Hex

#B40ACC
(180,10,204)
0 Favorites   0 Comments

Color spaces of #b40acc

RGB 18010204
HSL0.810.910.42
HSV293°95°80°
CMYK 0.120.950.00   0.20
XYZ29.830014.280058.3108
Yxy14.28000.29120.1394
Hunter Lab37.788974.7748-65.0362
CIE-Lab44.631878.4441-57.8774

#b40acc color RGB value is (180,10,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001010 11001100
Octal 264 12 314
Decimal 180 10 204
Hex B4 A CC

RGB Percentages of Color #b40acc

%45.69
%2.54
%51.78

CMYK Percentages of Color #b40acc

%12
%95
%0
%20

Triadic Colors of #b40acc

#b40acc #ccb40a #0accb4

Analogous Colors of #b40acc

#b40acc #cc0a83 #530acc

Monochromatic Colors of #b40acc

#b40acc

Complementary Color

#b40acc #22cc0a

#b40acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40acc Color CSS Codes

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

#b40acc Text Font Color

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

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


#b40acc Background Color

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

This div background color is #b40acc


#b40acc Border Color

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

This div border color is #b40acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40acc


Comments

No comments written yet.

Please login to write comment.