Color Hex Logo

#b42659 Color Hex

#B42659
(180,38,89)
0 Favorites   0 Comments

Color spaces of #b42659

RGB 1803889
HSL0.940.650.43
HSV338°79°71°
CMYK 0.000.790.51   0.29
XYZ21.318711.810810.6073
Yxy11.81080.48740.2700
Hunter Lab34.366850.58655.7570
CIE-Lab40.913858.47466.1011

#b42659 color RGB value is (180,38,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100110 01011001
Octal 264 46 131
Decimal 180 38 89
Hex B4 26 59

RGB Percentages of Color #b42659

%58.63
%12.38
%28.99

CMYK Percentages of Color #b42659

%0
%79
%51
%29

Triadic Colors of #b42659

#b42659 #59b426 #2659b4

Analogous Colors of #b42659

#b42659 #b43a26 #b426a0

Monochromatic Colors of #b42659

#b42659

Complementary Color

#b42659 #26b481

#b42659 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42659 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42659 Color CSS Codes

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

#b42659 Text Font Color

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

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


#b42659 Background Color

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

This div background color is #b42659


#b42659 Border Color

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

This div border color is #b42659


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42659


Comments

No comments written yet.

Please login to write comment.