Color Hex Logo

#b40ad4 Color Hex

#B40AD4
(180,10,212)
0 Favorites   0 Comments

Color spaces of #b40ad4

RGB 18010212
HSL0.810.910.44
HSV290°95°83°
CMYK 0.150.950.00   0.17
XYZ30.814614.673863.4956
Yxy14.67380.28270.1346
Hunter Lab38.306476.5536-71.4630
CIE-Lab45.184179.7615-61.6029

#b40ad4 color RGB value is (180,10,212).

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

The process color (four color CMYK) of #b40ad4 color hex is 0.15, 0.95, 0.00, 0.17. Web safe color of #b40ad4 is #cc00cc. Color #b40ad4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001010 11010100
Octal 264 12 324
Decimal 180 10 212
Hex B4 A D4

RGB Percentages of Color #b40ad4

%44.78
%2.49
%52.74

CMYK Percentages of Color #b40ad4

%15
%95
%0
%17

Triadic Colors of #b40ad4

#b40ad4 #d4b40a #0ad4b4

Analogous Colors of #b40ad4

#b40ad4 #d40a8f #4f0ad4

Monochromatic Colors of #b40ad4

#b40ad4

Complementary Color

#b40ad4 #2ad40a

#b40ad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40ad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40ad4 Color CSS Codes

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

#b40ad4 Text Font Color

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

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


#b40ad4 Background Color

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

This div background color is #b40ad4


#b40ad4 Border Color

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

This div border color is #b40ad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40ad4


Comments

No comments written yet.

Please login to write comment.