Color Hex Logo

#b64667 Color Hex

#B64667
(182,70,103)
0 Favorites   0 Comments

Color spaces of #b64667

RGB 18270103
HSL0.950.440.49
HSV342°62°71°
CMYK 0.000.620.43   0.29
XYZ23.929715.304714.5248
Yxy15.30470.44510.2847
Hunter Lab39.121240.72295.3719
CIE-Lab46.048748.26924.7894

#b64667 color RGB value is (182,70,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000110 01100111
Octal 266 106 147
Decimal 182 70 103
Hex B6 46 67

RGB Percentages of Color #b64667

%51.27
%19.72
%29.01

CMYK Percentages of Color #b64667

%0
%62
%43
%29

Triadic Colors of #b64667

#b64667 #67b646 #4667b6

Analogous Colors of #b64667

#b64667 #b65d46 #b6469f

Monochromatic Colors of #b64667

#b64667

Complementary Color

#b64667 #46b695

#b64667 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b64667 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b64667 Color CSS Codes

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

#b64667 Text Font Color

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

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


#b64667 Background Color

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

This div background color is #b64667


#b64667 Border Color

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

This div border color is #b64667


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b64667


Comments

No comments written yet.

Please login to write comment.