Color Hex Logo

#b8668a Color Hex

#B8668A
(184,102,138)
0 Favorites   0 Comments

Color spaces of #b8668a

RGB 184102138
HSL0.930.370.56
HSV334°45°72°
CMYK 0.000.450.25   0.28
XYZ29.106021.528126.6660
Yxy21.52810.37650.2785
Hunter Lab46.398430.7770-1.5962
CIE-Lab53.522737.3499-5.2636

#b8668a color RGB value is (184,102,138).

#b8668a hex color red value is 184, green value is 102 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #b8668a hue: 0.93 , saturation: 0.37 and the lightness value of b8668a is 0.56.

The process color (four color CMYK) of #b8668a color hex is 0.00, 0.45, 0.25, 0.28. Web safe color of #b8668a is #cc6699. Color #b8668a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100110 10001010
Octal 270 146 212
Decimal 184 102 138
Hex B8 66 8A

RGB Percentages of Color #b8668a

%43.40
%24.06
%32.55

CMYK Percentages of Color #b8668a

%0
%45
%25
%28

Triadic Colors of #b8668a

#b8668a #8ab866 #668ab8

Analogous Colors of #b8668a

#b8668a #b86b66 #b866b3

Monochromatic Colors of #b8668a

#b8668a

Complementary Color

#b8668a #66b894

#b8668a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8668a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8668a Color CSS Codes

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

#b8668a Text Font Color

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

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


#b8668a Background Color

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

This div background color is #b8668a


#b8668a Border Color

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

This div border color is #b8668a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,102,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b8668a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b8668a;
  -webkit-box-shadow: 1px 1px 3px 2px #b8668a;
  box-shadow:         1px 1px 3px 2px #b8668a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,102,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8668a


Comments

No comments written yet.

Please login to write comment.