Color Hex Logo

#b58093 Color Hex

#B58093
(181,128,147)
0 Favorites   0 Comments

Color spaces of #b58093

RGB 181128147
HSL0.940.260.61
HSV338°29°71°
CMYK 0.000.290.19   0.29
XYZ32.041727.368731.1977
Yxy27.36870.35360.3021
Hunter Lab52.315117.77541.2634
CIE-Lab59.314123.3569-1.9994

#b58093 color RGB value is (181,128,147).

#b58093 hex color red value is 181, green value is 128 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #b58093 hue: 0.94 , saturation: 0.26 and the lightness value of b58093 is 0.61.

The process color (four color CMYK) of #b58093 color hex is 0.00, 0.29, 0.19, 0.29. Web safe color of #b58093 is #cc9999. Color #b58093 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000000 10010011
Octal 265 200 223
Decimal 181 128 147
Hex B5 80 93

RGB Percentages of Color #b58093

%39.69
%28.07
%32.24

CMYK Percentages of Color #b58093

%0
%29
%19
%29

Triadic Colors of #b58093

#b58093 #93b580 #8093b5

Analogous Colors of #b58093

#b58093 #b58880 #b580ae

Monochromatic Colors of #b58093

#b58093

Complementary Color

#b58093 #80b5a2

#b58093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58093 Color CSS Codes

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

#b58093 Text Font Color

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

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


#b58093 Background Color

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

This div background color is #b58093


#b58093 Border Color

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

This div border color is #b58093


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,128,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b58093; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b58093;
  -webkit-box-shadow: 1px 1px 3px 2px #b58093;
  box-shadow:         1px 1px 3px 2px #b58093; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,128,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58093


Comments

No comments written yet.

Please login to write comment.