Color Hex Logo

#b38798 Color Hex

#B38798
(179,135,152)
0 Favorites   0 Comments

Color spaces of #b38798

RGB 179135152
HSL0.940.220.62
HSV337°25°70°
CMYK 0.000.250.15   0.30
XYZ32.921929.178733.6026
Yxy29.17870.34400.3049
Hunter Lab54.017314.26000.9295
CIE-Lab60.939019.5105-2.5022

#b38798 color RGB value is (179,135,152).

#b38798 hex color red value is 179, green value is 135 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #b38798 hue: 0.94 , saturation: 0.22 and the lightness value of b38798 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000111 10011000
Octal 263 207 230
Decimal 179 135 152
Hex B3 87 98

RGB Percentages of Color #b38798

%38.41
%28.97
%32.62

CMYK Percentages of Color #b38798

%0
%25
%15
%30

Triadic Colors of #b38798

#b38798 #98b387 #8798b3

Analogous Colors of #b38798

#b38798 #b38c87 #b387ae

Monochromatic Colors of #b38798

#b38798

Complementary Color

#b38798 #87b3a2

#b38798 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38798 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38798 Color CSS Codes

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

#b38798 Text Font Color

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

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


#b38798 Background Color

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

This div background color is #b38798


#b38798 Border Color

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

This div border color is #b38798


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,135,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 #b38798">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38798


Comments

No comments written yet.

Please login to write comment.