Color Hex Logo

#b3748d Color Hex

#B3748D
(179,116,141)
0 Favorites   0 Comments

Color spaces of #b3748d

RGB 179116141
HSL0.930.290.58
HSV336°35°70°
CMYK 0.000.350.21   0.30
XYZ29.643523.997628.2689
Yxy23.99760.36190.2930
Hunter Lab48.987322.28710.0769
CIE-Lab56.085428.3657-3.3038

#b3748d color RGB value is (179,116,141).

#b3748d hex color red value is 179, green value is 116 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #b3748d hue: 0.93 , saturation: 0.29 and the lightness value of b3748d is 0.58.

The process color (four color CMYK) of #b3748d color hex is 0.00, 0.35, 0.21, 0.30. Web safe color of #b3748d is #cc6699. Color #b3748d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110100 10001101
Octal 263 164 215
Decimal 179 116 141
Hex B3 74 8D

RGB Percentages of Color #b3748d

%41.06
%26.61
%32.34

CMYK Percentages of Color #b3748d

%0
%35
%21
%30

Triadic Colors of #b3748d

#b3748d #8db374 #748db3

Analogous Colors of #b3748d

#b3748d #b37b74 #b374ad

Monochromatic Colors of #b3748d

#b3748d

Complementary Color

#b3748d #74b39a

#b3748d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3748d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3748d Color CSS Codes

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

#b3748d Text Font Color

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

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


#b3748d Background Color

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

This div background color is #b3748d


#b3748d Border Color

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

This div border color is #b3748d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,116,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3748d


Comments

No comments written yet.

Please login to write comment.