Color Hex Logo

#b07fdf Color Hex

#B07FDF
(176,127,223)
0 Favorites   0 Comments

Color spaces of #b07fdf

RGB 176127223
HSL0.750.600.69
HSV271°43°87°
CMYK 0.210.430.00   0.13
XYZ38.813229.736673.5061
Yxy29.73660.27320.2093
Hunter Lab54.531331.6195-41.7488
CIE-Lab61.426337.2174-41.9555

#b07fdf color RGB value is (176,127,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111111 11011111
Octal 260 177 337
Decimal 176 127 223
Hex B0 7F DF

RGB Percentages of Color #b07fdf

%33.46
%24.14
%42.40

CMYK Percentages of Color #b07fdf

%21
%43
%0
%13

Triadic Colors of #b07fdf

#b07fdf #dfb07f #7fdfb0

Analogous Colors of #b07fdf

#b07fdf #df7fde #807fdf

Monochromatic Colors of #b07fdf

#b07fdf

Complementary Color

#b07fdf #aedf7f

#b07fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07fdf Color CSS Codes

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

#b07fdf Text Font Color

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

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


#b07fdf Background Color

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

This div background color is #b07fdf


#b07fdf Border Color

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

This div border color is #b07fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07fdf


Comments

No comments written yet.

Please login to write comment.