Color Hex Logo

#b07ebd Color Hex

#B07EBD
(176,126,189)
0 Favorites   0 Comments

Color spaces of #b07ebd

RGB 176126189
HSL0.800.320.62
HSV288°33°74°
CMYK 0.070.330.00   0.26
XYZ34.550727.825951.6940
Yxy27.82590.30290.2439
Hunter Lab52.750324.6021-21.1776
CIE-Lab59.731130.4149-25.4526

#b07ebd color RGB value is (176,126,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111110 10111101
Octal 260 176 275
Decimal 176 126 189
Hex B0 7E BD

RGB Percentages of Color #b07ebd

%35.85
%25.66
%38.49

CMYK Percentages of Color #b07ebd

%7
%33
%0
%26

Triadic Colors of #b07ebd

#b07ebd #bdb07e #7ebdb0

Analogous Colors of #b07ebd

#b07ebd #bd7eab #917ebd

Monochromatic Colors of #b07ebd

#b07ebd

Complementary Color

#b07ebd #8bbd7e

#b07ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07ebd Color CSS Codes

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

#b07ebd Text Font Color

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

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


#b07ebd Background Color

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

This div background color is #b07ebd


#b07ebd Border Color

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

This div border color is #b07ebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,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 #b07ebd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07ebd


Comments

No comments written yet.

Please login to write comment.