Color Hex Logo

#b64767 Color Hex

#B64767
(182,71,103)
0 Favorites   0 Comments

Color spaces of #b64767

RGB 18271103
HSL0.950.440.50
HSV343°61°71°
CMYK 0.000.610.43   0.29
XYZ23.992815.430814.5459
Yxy15.43080.44460.2859
Hunter Lab39.282140.28115.5427
CIE-Lab46.218747.81395.0330

#b64767 color RGB value is (182,71,103).

#b64767 hex color red value is 182, green value is 71 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #b64767 hue: 0.95 , saturation: 0.44 and the lightness value of b64767 is 0.50.

The process color (four color CMYK) of #b64767 color hex is 0.00, 0.61, 0.43, 0.29. Web safe color of #b64767 is #cc3366. Color #b64767 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000111 01100111
Octal 266 107 147
Decimal 182 71 103
Hex B6 47 67

RGB Percentages of Color #b64767

%51.12
%19.94
%28.93

CMYK Percentages of Color #b64767

%0
%61
%43
%29

Triadic Colors of #b64767

#b64767 #67b647 #4767b6

Analogous Colors of #b64767

#b64767 #b65e47 #b6479f

Monochromatic Colors of #b64767

#b64767

Complementary Color

#b64767 #47b696

#b64767 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b64767 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b64767 Color CSS Codes

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

#b64767 Text Font Color

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

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


#b64767 Background Color

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

This div background color is #b64767


#b64767 Border Color

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

This div border color is #b64767


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b64767


Comments

No comments written yet.

Please login to write comment.