Color Hex Logo

#b40c84 Color Hex

#B40C84
(180,12,132)
0 Favorites   0 Comments

Color spaces of #b40c84

RGB 18012132
HSL0.880.880.38
HSV317°93°71°
CMYK 0.000.930.27   0.29
XYZ23.118711.632222.8565
Yxy11.63220.40130.2019
Hunter Lab34.106061.3104-15.8596
CIE-Lab40.625568.0375-21.2328

#b40c84 color RGB value is (180,12,132).

#b40c84 hex color red value is 180, green value is 12 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #b40c84 hue: 0.88 , saturation: 0.88 and the lightness value of b40c84 is 0.38.

The process color (four color CMYK) of #b40c84 color hex is 0.00, 0.93, 0.27, 0.29. Web safe color of #b40c84 is #cc0099. Color #b40c84 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001100 10000100
Octal 264 14 204
Decimal 180 12 132
Hex B4 C 84

RGB Percentages of Color #b40c84

%55.56
%3.70
%40.74

CMYK Percentages of Color #b40c84

%0
%93
%27
%29

Triadic Colors of #b40c84

#b40c84 #84b40c #0c84b4

Analogous Colors of #b40c84

#b40c84 #b40c30 #900cb4

Monochromatic Colors of #b40c84

#b40c84

Complementary Color

#b40c84 #0cb43c

#b40c84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40c84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40c84 Color CSS Codes

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

#b40c84 Text Font Color

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

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


#b40c84 Background Color

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

This div background color is #b40c84


#b40c84 Border Color

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

This div border color is #b40c84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40c84


Comments

No comments written yet.

Please login to write comment.