Color Hex Logo

#b27eba Color Hex

#B27EBA
(178,126,186)
0 Favorites   0 Comments

Color spaces of #b27eba

RGB 178126186
HSL0.810.300.61
HSV292°32°73°
CMYK 0.040.320.00   0.27
XYZ34.683927.931950.0177
Yxy27.93190.30790.2480
Hunter Lab52.850624.6543-19.1164
CIE-Lab59.827230.4589-23.5820

#b27eba color RGB value is (178,126,186).

#b27eba hex color red value is 178, green value is 126 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b27eba hue: 0.81 , saturation: 0.30 and the lightness value of b27eba is 0.61.

The process color (four color CMYK) of #b27eba color hex is 0.04, 0.32, 0.00, 0.27. Web safe color of #b27eba is #9966cc. Color #b27eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111110 10111010
Octal 262 176 272
Decimal 178 126 186
Hex B2 7E BA

RGB Percentages of Color #b27eba

%36.33
%25.71
%37.96

CMYK Percentages of Color #b27eba

%4
%32
%0
%27

Triadic Colors of #b27eba

#b27eba #bab27e #7ebab2

Analogous Colors of #b27eba

#b27eba #ba7ea4 #947eba

Monochromatic Colors of #b27eba

#b27eba

Complementary Color

#b27eba #86ba7e

#b27eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27eba Color CSS Codes

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

#b27eba Text Font Color

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

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


#b27eba Background Color

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

This div background color is #b27eba


#b27eba Border Color

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

This div border color is #b27eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27eba


Comments

No comments written yet.

Please login to write comment.