Color Hex Logo

#b06465 Color Hex

#B06465
(176,100,101)
0 Favorites   0 Comments

Color spaces of #b06465

RGB 176100101
HSL1.000.320.54
HSV359°43°69°
CMYK 0.000.430.43   0.31
XYZ24.810619.284014.7264
Yxy19.28400.42180.3278
Hunter Lab43.913624.001510.8566
CIE-Lab51.017830.678212.8862

#b06465 color RGB value is (176,100,101).

#b06465 hex color red value is 176, green value is 100 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #b06465 hue: 1.00 , saturation: 0.32 and the lightness value of b06465 is 0.54.

The process color (four color CMYK) of #b06465 color hex is 0.00, 0.43, 0.43, 0.31. Web safe color of #b06465 is #996666. Color #b06465 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01100100 01100101
Octal 260 144 145
Decimal 176 100 101
Hex B0 64 65

RGB Percentages of Color #b06465

%46.68
%26.53
%26.79

CMYK Percentages of Color #b06465

%0
%43
%43
%31

Triadic Colors of #b06465

#b06465 #65b064 #6465b0

Analogous Colors of #b06465

#b06465 #b08964 #b0648b

Monochromatic Colors of #b06465

#b06465

Complementary Color

#b06465 #64b0af

#b06465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b06465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b06465 Color CSS Codes

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

#b06465 Text Font Color

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

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


#b06465 Background Color

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

This div background color is #b06465


#b06465 Border Color

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

This div border color is #b06465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b06465


Comments

No comments written yet.

Please login to write comment.