Color Hex Logo

#b28598 Color Hex

#B28598
(178,133,152)
0 Favorites   0 Comments

Color spaces of #b28598

RGB 178133152
HSL0.930.230.61
HSV335°25°70°
CMYK 0.000.250.15   0.30
XYZ32.415128.507033.4997
Yxy28.50700.34330.3019
Hunter Lab53.391914.93430.1740
CIE-Lab60.344020.2639-3.3899

#b28598 color RGB value is (178,133,152).

#b28598 hex color red value is 178, green value is 133 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #b28598 hue: 0.93 , saturation: 0.23 and the lightness value of b28598 is 0.61.

The process color (four color CMYK) of #b28598 color hex is 0.00, 0.25, 0.15, 0.30. Web safe color of #b28598 is #999999. Color #b28598 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000101 10011000
Octal 262 205 230
Decimal 178 133 152
Hex B2 85 98

RGB Percentages of Color #b28598

%38.44
%28.73
%32.83

CMYK Percentages of Color #b28598

%0
%25
%15
%30

Triadic Colors of #b28598

#b28598 #98b285 #8598b2

Analogous Colors of #b28598

#b28598 #b28985 #b285af

Monochromatic Colors of #b28598

#b28598

Complementary Color

#b28598 #85b29f

#b28598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28598 Color CSS Codes

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

#b28598 Text Font Color

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

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


#b28598 Background Color

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

This div background color is #b28598


#b28598 Border Color

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

This div border color is #b28598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28598


Comments

No comments written yet.

Please login to write comment.