Color Hex Logo

#b65158 Color Hex

#B65158
(182,81,88)
0 Favorites   0 Comments

Color spaces of #b65158

RGB 1828188
HSL0.990.410.52
HSV356°55°71°
CMYK 0.000.550.52   0.29
XYZ23.995316.534511.1593
Yxy16.53450.46420.3199
Hunter Lab40.662634.174512.1925
CIE-Lab47.668141.577516.1769

#b65158 color RGB value is (182,81,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010001 01011000
Octal 266 121 130
Decimal 182 81 88
Hex B6 51 58

RGB Percentages of Color #b65158

%51.85
%23.08
%25.07

CMYK Percentages of Color #b65158

%0
%55
%52
%29

Triadic Colors of #b65158

#b65158 #58b651 #5158b6

Analogous Colors of #b65158

#b65158 #b67d51 #b6518b

Monochromatic Colors of #b65158

#b65158

Complementary Color

#b65158 #51b6af

#b65158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65158 Color CSS Codes

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

#b65158 Text Font Color

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

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


#b65158 Background Color

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

This div background color is #b65158


#b65158 Border Color

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

This div border color is #b65158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65158


Comments

No comments written yet.

Please login to write comment.