Color Hex Logo

#b40469 Color Hex

#B40469
(180,4,105)
0 Favorites   0 Comments

Color spaces of #b40469

RGB 1804105
HSL0.900.960.36
HSV326°98°71°
CMYK 0.000.980.42   0.29
XYZ21.415610.810114.3224
Yxy10.81010.46010.2322
Hunter Lab32.878758.7285-2.8124
CIE-Lab39.258866.0680-6.4405

#b40469 color RGB value is (180,4,105).

#b40469 hex color red value is 180, green value is 4 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #b40469 hue: 0.90 , saturation: 0.96 and the lightness value of b40469 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000100 01101001
Octal 264 4 151
Decimal 180 4 105
Hex B4 4 69

RGB Percentages of Color #b40469

%62.28
%1.38
%36.33

CMYK Percentages of Color #b40469

%0
%98
%42
%29

Triadic Colors of #b40469

#b40469 #69b404 #0469b4

Analogous Colors of #b40469

#b40469 #b40411 #a704b4

Monochromatic Colors of #b40469

#b40469

Complementary Color

#b40469 #04b44f

#b40469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40469 Color CSS Codes

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

#b40469 Text Font Color

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

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


#b40469 Background Color

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

This div background color is #b40469


#b40469 Border Color

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

This div border color is #b40469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40469


Comments

No comments written yet.

Please login to write comment.