Color Hex Logo

#b40374 Color Hex

#B40374
(180,3,116)
0 Favorites   0 Comments

Color spaces of #b40374

RGB 1803116
HSL0.890.970.36
HSV322°98°71°
CMYK 0.000.980.36   0.29
XYZ22.007311.029417.4920
Yxy11.02940.43550.2183
Hunter Lab33.210560.1664-7.9807
CIE-Lab39.629967.2448-12.8097

#b40374 color RGB value is (180,3,116).

#b40374 hex color red value is 180, green value is 3 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #b40374 hue: 0.89 , saturation: 0.97 and the lightness value of b40374 is 0.36.

The process color (four color CMYK) of #b40374 color hex is 0.00, 0.98, 0.36, 0.29. Web safe color of #b40374 is #cc0066. Color #b40374 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000011 01110100
Octal 264 3 164
Decimal 180 3 116
Hex B4 3 74

RGB Percentages of Color #b40374

%60.20
%1.00
%38.80

CMYK Percentages of Color #b40374

%0
%98
%36
%29

Triadic Colors of #b40374

#b40374 #74b403 #0374b4

Analogous Colors of #b40374

#b40374 #b4031c #9c03b4

Monochromatic Colors of #b40374

#b40374

Complementary Color

#b40374 #03b443

#b40374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40374 Color CSS Codes

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

#b40374 Text Font Color

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

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


#b40374 Background Color

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

This div background color is #b40374


#b40374 Border Color

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

This div border color is #b40374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40374


Comments

No comments written yet.

Please login to write comment.