Color Hex Logo

#b27ebd Color Hex

#B27EBD
(178,126,189)
0 Favorites   0 Comments

Color spaces of #b27ebd

RGB 178126189
HSL0.800.320.62
HSV290°33°74°
CMYK 0.060.330.00   0.26
XYZ35.006328.060851.7154
Yxy28.06080.30500.2445
Hunter Lab52.972425.2581-20.8023
CIE-Lab59.943631.0606-25.1077

#b27ebd color RGB value is (178,126,189).

#b27ebd hex color red value is 178, green value is 126 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b27ebd hue: 0.80 , saturation: 0.32 and the lightness value of b27ebd is 0.62.

The process color (four color CMYK) of #b27ebd color hex is 0.06, 0.33, 0.00, 0.26. Web safe color of #b27ebd is #9966cc. Color #b27ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111110 10111101
Octal 262 176 275
Decimal 178 126 189
Hex B2 7E BD

RGB Percentages of Color #b27ebd

%36.11
%25.56
%38.34

CMYK Percentages of Color #b27ebd

%6
%33
%0
%26

Triadic Colors of #b27ebd

#b27ebd #bdb27e #7ebdb2

Analogous Colors of #b27ebd

#b27ebd #bd7ea9 #937ebd

Monochromatic Colors of #b27ebd

#b27ebd

Complementary Color

#b27ebd #89bd7e

#b27ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27ebd Color CSS Codes

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

#b27ebd Text Font Color

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

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


#b27ebd Background Color

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

This div background color is #b27ebd


#b27ebd Border Color

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

This div border color is #b27ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27ebd


Comments

No comments written yet.

Please login to write comment.