Color Hex Logo

#b38498 Color Hex

#B38498
(179,132,152)
0 Favorites   0 Comments

Color spaces of #b38498

RGB 179132152
HSL0.930.240.61
HSV334°26°70°
CMYK 0.000.260.15   0.30
XYZ32.509228.353233.4651
Yxy28.35320.34460.3006
Hunter Lab53.247715.79560.0109
CIE-Lab60.206521.1944-3.5805

#b38498 color RGB value is (179,132,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000100 10011000
Octal 263 204 230
Decimal 179 132 152
Hex B3 84 98

RGB Percentages of Color #b38498

%38.66
%28.51
%32.83

CMYK Percentages of Color #b38498

%0
%26
%15
%30

Triadic Colors of #b38498

#b38498 #98b384 #8498b3

Analogous Colors of #b38498

#b38498 #b38884 #b384b0

Monochromatic Colors of #b38498

#b38498

Complementary Color

#b38498 #84b39f

#b38498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38498 Color CSS Codes

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

#b38498 Text Font Color

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

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


#b38498 Background Color

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

This div background color is #b38498


#b38498 Border Color

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

This div border color is #b38498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38498


Comments

No comments written yet.

Please login to write comment.