Color Hex Logo

#b34562 Color Hex

#B34562
(179,69,98)
0 Favorites   0 Comments

Color spaces of #b34562

RGB 1796998
HSL0.960.440.49
HSV344°61°70°
CMYK 0.000.610.45   0.30
XYZ22.923114.721813.1887
Yxy14.72180.45090.2896
Hunter Lab38.369039.49696.4784
CIE-Lab45.250847.21826.6484

#b34562 color RGB value is (179,69,98).

#b34562 hex color red value is 179, green value is 69 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #b34562 hue: 0.96 , saturation: 0.44 and the lightness value of b34562 is 0.49.

The process color (four color CMYK) of #b34562 color hex is 0.00, 0.61, 0.45, 0.30. Web safe color of #b34562 is #cc3366. Color #b34562 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000101 01100010
Octal 263 105 142
Decimal 179 69 98
Hex B3 45 62

RGB Percentages of Color #b34562

%51.73
%19.94
%28.32

CMYK Percentages of Color #b34562

%0
%61
%45
%30

Triadic Colors of #b34562

#b34562 #62b345 #4562b3

Analogous Colors of #b34562

#b34562 #b35f45 #b34599

Monochromatic Colors of #b34562

#b34562

Complementary Color

#b34562 #45b396

#b34562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34562 Color CSS Codes

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

#b34562 Text Font Color

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

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


#b34562 Background Color

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

This div background color is #b34562


#b34562 Border Color

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

This div border color is #b34562


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,69,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b34562; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b34562;
  -webkit-box-shadow: 1px 1px 3px 2px #b34562;
  box-shadow:         1px 1px 3px 2px #b34562; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34562


Comments

No comments written yet.

Please login to write comment.