Color Hex Logo

#b07dde Color Hex

#B07DDE
(176,125,222)
0 Favorites   0 Comments

Color spaces of #b07dde

RGB 176125222
HSL0.750.600.68
HSV272°44°87°
CMYK 0.210.440.00   0.13
XYZ38.422929.171372.7127
Yxy29.17130.27380.2079
Hunter Lab54.010532.4661-42.0131
CIE-Lab60.932538.0981-42.1733

#b07dde color RGB value is (176,125,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111101 11011110
Octal 260 175 336
Decimal 176 125 222
Hex B0 7D DE

RGB Percentages of Color #b07dde

%33.65
%23.90
%42.45

CMYK Percentages of Color #b07dde

%21
%44
%0
%13

Triadic Colors of #b07dde

#b07dde #deb07d #7ddeb0

Analogous Colors of #b07dde

#b07dde #de7ddc #807dde

Monochromatic Colors of #b07dde

#b07dde

Complementary Color

#b07dde #abde7d

#b07dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07dde Color CSS Codes

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

#b07dde Text Font Color

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

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


#b07dde Background Color

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

This div background color is #b07dde


#b07dde Border Color

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

This div border color is #b07dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07dde


Comments

No comments written yet.

Please login to write comment.