Color Hex Logo

#b42064 Color Hex

#B42064
(180,32,100)
0 Favorites   0 Comments

Color spaces of #b42064

RGB 18032100
HSL0.920.700.42
HSV332°82°71°
CMYK 0.000.820.44   0.29
XYZ21.639211.656413.1660
Yxy11.65640.46570.2509
Hunter Lab34.141553.38751.0350
CIE-Lab40.664761.0631-1.2018

#b42064 color RGB value is (180,32,100).

#b42064 hex color red value is 180, green value is 32 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #b42064 hue: 0.92 , saturation: 0.70 and the lightness value of b42064 is 0.42.

The process color (four color CMYK) of #b42064 color hex is 0.00, 0.82, 0.44, 0.29. Web safe color of #b42064 is #cc3366. Color #b42064 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100000 01100100
Octal 264 40 144
Decimal 180 32 100
Hex B4 20 64

RGB Percentages of Color #b42064

%57.69
%10.26
%32.05

CMYK Percentages of Color #b42064

%0
%82
%44
%29

Triadic Colors of #b42064

#b42064 #64b420 #2064b4

Analogous Colors of #b42064

#b42064 #b42620 #b420ae

Monochromatic Colors of #b42064

#b42064

Complementary Color

#b42064 #20b470

#b42064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42064 Color CSS Codes

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

#b42064 Text Font Color

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

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


#b42064 Background Color

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

This div background color is #b42064


#b42064 Border Color

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

This div border color is #b42064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42064


Comments

No comments written yet.

Please login to write comment.