Color Hex Logo

#b42759 Color Hex

#B42759
(180,39,89)
0 Favorites   0 Comments

Color spaces of #b42759

RGB 1803989
HSL0.940.640.43
HSV339°78°71°
CMYK 0.000.780.51   0.29
XYZ21.351111.875610.6181
Yxy11.87560.48700.2709
Hunter Lab34.461050.28705.8543
CIE-Lab41.017758.18066.2490

#b42759 color RGB value is (180,39,89).

#b42759 hex color red value is 180, green value is 39 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #b42759 hue: 0.94 , saturation: 0.64 and the lightness value of b42759 is 0.43.

The process color (four color CMYK) of #b42759 color hex is 0.00, 0.78, 0.51, 0.29. Web safe color of #b42759 is #cc3366. Color #b42759 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100111 01011001
Octal 264 47 131
Decimal 180 39 89
Hex B4 27 59

RGB Percentages of Color #b42759

%58.44
%12.66
%28.90

CMYK Percentages of Color #b42759

%0
%78
%51
%29

Triadic Colors of #b42759

#b42759 #59b427 #2759b4

Analogous Colors of #b42759

#b42759 #b43c27 #b427a0

Monochromatic Colors of #b42759

#b42759

Complementary Color

#b42759 #27b482

#b42759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42759 Color CSS Codes

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

#b42759 Text Font Color

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

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


#b42759 Background Color

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

This div background color is #b42759


#b42759 Border Color

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

This div border color is #b42759


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42759


Comments

No comments written yet.

Please login to write comment.