Color Hex Logo

#b65163 Color Hex

#B65163
(182,81,99)
0 Favorites   0 Comments

Color spaces of #b65163

RGB 1828199
HSL0.970.410.52
HSV349°55°71°
CMYK 0.000.550.46   0.29
XYZ24.486016.730813.7432
Yxy16.73080.44550.3044
Hunter Lab40.903335.27498.7113
CIE-Lab47.919042.63549.8810

#b65163 color RGB value is (182,81,99).

#b65163 hex color red value is 182, green value is 81 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #b65163 hue: 0.97 , saturation: 0.41 and the lightness value of b65163 is 0.52.

The process color (four color CMYK) of #b65163 color hex is 0.00, 0.55, 0.46, 0.29. Web safe color of #b65163 is #cc6666. Color #b65163 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010001 01100011
Octal 266 121 143
Decimal 182 81 99
Hex B6 51 63

RGB Percentages of Color #b65163

%50.28
%22.38
%27.35

CMYK Percentages of Color #b65163

%0
%55
%46
%29

Triadic Colors of #b65163

#b65163 #63b651 #5163b6

Analogous Colors of #b65163

#b65163 #b67251 #b65196

Monochromatic Colors of #b65163

#b65163

Complementary Color

#b65163 #51b6a4

#b65163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65163 Color CSS Codes

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

#b65163 Text Font Color

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

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


#b65163 Background Color

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

This div background color is #b65163


#b65163 Border Color

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

This div border color is #b65163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65163


Comments

No comments written yet.

Please login to write comment.