Color Hex Logo

#b26eac Color Hex

#B26EAC
(178,110,172)
0 Favorites   0 Comments

Color spaces of #b26eac

RGB 178110172
HSL0.850.310.56
HSV305°38°70°
CMYK 0.000.380.03   0.30
XYZ31.382423.595441.9301
Yxy23.59540.32380.2435
Hunter Lab48.575130.3152-17.1767
CIE-Lab55.680436.6159-21.9206

#b26eac color RGB value is (178,110,172).

#b26eac hex color red value is 178, green value is 110 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b26eac hue: 0.85 , saturation: 0.31 and the lightness value of b26eac is 0.56.

The process color (four color CMYK) of #b26eac color hex is 0.00, 0.38, 0.03, 0.30. Web safe color of #b26eac is #996699. Color #b26eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01101110 10101100
Octal 262 156 254
Decimal 178 110 172
Hex B2 6E AC

RGB Percentages of Color #b26eac

%38.70
%23.91
%37.39

CMYK Percentages of Color #b26eac

%0
%38
%3
%30

Triadic Colors of #b26eac

#b26eac #acb26e #6eacb2

Analogous Colors of #b26eac

#b26eac #b26e8a #966eb2

Monochromatic Colors of #b26eac

#b26eac

Complementary Color

#b26eac #6eb274

#b26eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b26eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b26eac Color CSS Codes

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

#b26eac Text Font Color

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

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


#b26eac Background Color

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

This div background color is #b26eac


#b26eac Border Color

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

This div border color is #b26eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b26eac


Comments

No comments written yet.

Please login to write comment.