Color Hex Logo

#b2585a Color Hex

#B2585A
(178,88,90)
0 Favorites   0 Comments

Color spaces of #b2585a

RGB 1788890
HSL1.000.370.52
HSV359°51°70°
CMYK 0.000.510.49   0.30
XYZ23.695317.182611.7406
Yxy17.18260.45030.3266
Hunter Lab41.451929.495812.2234
CIE-Lab48.489336.715315.9951

#b2585a color RGB value is (178,88,90).

#b2585a hex color red value is 178, green value is 88 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #b2585a hue: 1.00 , saturation: 0.37 and the lightness value of b2585a is 0.52.

The process color (four color CMYK) of #b2585a color hex is 0.00, 0.51, 0.49, 0.30. Web safe color of #b2585a is #996666. Color #b2585a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011000 01011010
Octal 262 130 132
Decimal 178 88 90
Hex B2 58 5A

RGB Percentages of Color #b2585a

%50.00
%24.72
%25.28

CMYK Percentages of Color #b2585a

%0
%51
%49
%30

Triadic Colors of #b2585a

#b2585a #5ab258 #585ab2

Analogous Colors of #b2585a

#b2585a #b28358 #b25887

Monochromatic Colors of #b2585a

#b2585a

Complementary Color

#b2585a #58b2b0

#b2585a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2585a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2585a Color CSS Codes

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

#b2585a Text Font Color

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

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


#b2585a Background Color

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

This div background color is #b2585a


#b2585a Border Color

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

This div border color is #b2585a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2585a

#b2585a Color Palettes


Comments

No comments written yet.

Please login to write comment.