Color Hex Logo

#b65861 Color Hex

#B65861
(182,88,97)
0 Favorites   0 Comments

Color spaces of #b65861

RGB 1828897
HSL0.980.390.53
HSV354°52°71°
CMYK 0.000.520.47   0.29
XYZ24.938817.787613.4282
Yxy17.78760.44410.3168
Hunter Lab42.175331.742410.6454
CIE-Lab49.237538.901612.9266

#b65861 color RGB value is (182,88,97).

#b65861 hex color red value is 182, green value is 88 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #b65861 hue: 0.98 , saturation: 0.39 and the lightness value of b65861 is 0.53.

The process color (four color CMYK) of #b65861 color hex is 0.00, 0.52, 0.47, 0.29. Web safe color of #b65861 is #cc6666. Color #b65861 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011000 01100001
Octal 266 130 141
Decimal 182 88 97
Hex B6 58 61

RGB Percentages of Color #b65861

%49.59
%23.98
%26.43

CMYK Percentages of Color #b65861

%0
%52
%47
%29

Triadic Colors of #b65861

#b65861 #61b658 #5861b6

Analogous Colors of #b65861

#b65861 #b67e58 #b65890

Monochromatic Colors of #b65861

#b65861

Complementary Color

#b65861 #58b6ad

#b65861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65861 Color CSS Codes

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

#b65861 Text Font Color

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

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


#b65861 Background Color

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

This div background color is #b65861


#b65861 Border Color

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

This div border color is #b65861


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65861


Comments

No comments written yet.

Please login to write comment.