Color Hex Logo

#b64577 Color Hex

#B64577
(182,69,119)
0 Favorites   0 Comments

Color spaces of #b64577

RGB 18269119
HSL0.930.450.49
HSV333°62°71°
CMYK 0.000.620.35   0.29
XYZ24.749315.533219.1465
Yxy15.53320.41650.2614
Hunter Lab39.412243.1197-1.2146
CIE-Lab46.356050.5089-4.5382

#b64577 color RGB value is (182,69,119).

#b64577 hex color red value is 182, green value is 69 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #b64577 hue: 0.93 , saturation: 0.45 and the lightness value of b64577 is 0.49.

The process color (four color CMYK) of #b64577 color hex is 0.00, 0.62, 0.35, 0.29. Web safe color of #b64577 is #cc3366. Color #b64577 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000101 01110111
Octal 266 105 167
Decimal 182 69 119
Hex B6 45 77

RGB Percentages of Color #b64577

%49.19
%18.65
%32.16

CMYK Percentages of Color #b64577

%0
%62
%35
%29

Triadic Colors of #b64577

#b64577 #77b645 #4577b6

Analogous Colors of #b64577

#b64577 #b64c45 #b645b0

Monochromatic Colors of #b64577

#b64577

Complementary Color

#b64577 #45b684

#b64577 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b64577 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b64577 Color CSS Codes

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

#b64577 Text Font Color

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

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


#b64577 Background Color

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

This div background color is #b64577


#b64577 Border Color

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

This div border color is #b64577


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b64577


Comments

No comments written yet.

Please login to write comment.