Color Hex Logo

#b07ede Color Hex

#B07EDE
(176,126,222)
0 Favorites   0 Comments

Color spaces of #b07ede

RGB 176126222
HSL0.750.590.68
HSV271°43°87°
CMYK 0.210.430.00   0.13
XYZ38.550229.425772.7552
Yxy29.42570.27390.2091
Hunter Lab54.245531.9237-41.5492
CIE-Lab61.155537.5448-41.8229

#b07ede color RGB value is (176,126,222).

#b07ede hex color red value is 176, green value is 126 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b07ede hue: 0.75 , saturation: 0.59 and the lightness value of b07ede is 0.68.

The process color (four color CMYK) of #b07ede color hex is 0.21, 0.43, 0.00, 0.13. Web safe color of #b07ede is #9966cc. Color #b07ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111110 11011110
Octal 260 176 336
Decimal 176 126 222
Hex B0 7E DE

RGB Percentages of Color #b07ede

%33.59
%24.05
%42.37

CMYK Percentages of Color #b07ede

%21
%43
%0
%13

Triadic Colors of #b07ede

#b07ede #deb07e #7edeb0

Analogous Colors of #b07ede

#b07ede #de7edc #807ede

Monochromatic Colors of #b07ede

#b07ede

Complementary Color

#b07ede #acde7e

#b07ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07ede Color CSS Codes

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

#b07ede Text Font Color

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

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


#b07ede Background Color

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

This div background color is #b07ede


#b07ede Border Color

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

This div border color is #b07ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07ede


Comments

No comments written yet.

Please login to write comment.