Color Hex Logo

#b40acd Color Hex

#B40ACD
(180,10,205)
0 Favorites   0 Comments

Color spaces of #b40acd

RGB 18010205
HSL0.810.910.42
HSV292°95°80°
CMYK 0.120.950.00   0.20
XYZ29.950414.328258.9447
Yxy14.32820.29020.1388
Hunter Lab37.852674.9938-65.8305
CIE-Lab44.700078.6069-58.3463

#b40acd color RGB value is (180,10,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001010 11001101
Octal 264 12 315
Decimal 180 10 205
Hex B4 A CD

RGB Percentages of Color #b40acd

%45.57
%2.53
%51.90

CMYK Percentages of Color #b40acd

%12
%95
%0
%20

Triadic Colors of #b40acd

#b40acd #cdb40a #0acdb4

Analogous Colors of #b40acd

#b40acd #cd0a85 #530acd

Monochromatic Colors of #b40acd

#b40acd

Complementary Color

#b40acd #23cd0a

#b40acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40acd Color CSS Codes

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

#b40acd Text Font Color

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

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


#b40acd Background Color

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

This div background color is #b40acd


#b40acd Border Color

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

This div border color is #b40acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40acd


Comments

No comments written yet.

Please login to write comment.