Color Hex Logo

#b07bdf Color Hex

#B07BDF
(176,123,223)
0 Favorites   0 Comments

Color spaces of #b07bdf

RGB 176123223
HSL0.760.610.68
HSV272°45°87°
CMYK 0.210.450.00   0.13
XYZ38.306728.723773.3373
Yxy28.72370.27290.2046
Hunter Lab53.594533.7926-43.6147
CIE-Lab60.537039.4299-43.3543

#b07bdf color RGB value is (176,123,223).

#b07bdf hex color red value is 176, green value is 123 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b07bdf hue: 0.76 , saturation: 0.61 and the lightness value of b07bdf is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111011 11011111
Octal 260 173 337
Decimal 176 123 223
Hex B0 7B DF

RGB Percentages of Color #b07bdf

%33.72
%23.56
%42.72

CMYK Percentages of Color #b07bdf

%21
%45
%0
%13

Triadic Colors of #b07bdf

#b07bdf #dfb07b #7bdfb0

Analogous Colors of #b07bdf

#b07bdf #df7bdc #7e7bdf

Monochromatic Colors of #b07bdf

#b07bdf

Complementary Color

#b07bdf #aadf7b

#b07bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07bdf Color CSS Codes

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

#b07bdf Text Font Color

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

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


#b07bdf Background Color

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

This div background color is #b07bdf


#b07bdf Border Color

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

This div border color is #b07bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07bdf


Comments

No comments written yet.

Please login to write comment.