Color Hex Logo

#b07bdc Color Hex

#B07BDC
(176,123,220)
0 Favorites   0 Comments

Color spaces of #b07bdc

RGB 176123220
HSL0.760.580.67
HSV273°44°86°
CMYK 0.200.440.00   0.14
XYZ37.905728.563371.2256
Yxy28.56330.27530.2074
Hunter Lab53.444633.0733-41.6044
CIE-Lab60.394338.7518-41.9013

#b07bdc color RGB value is (176,123,220).

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

The process color (four color CMYK) of #b07bdc color hex is 0.20, 0.44, 0.00, 0.14. Web safe color of #b07bdc is #9966cc. Color #b07bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111011 11011100
Octal 260 173 334
Decimal 176 123 220
Hex B0 7B DC

RGB Percentages of Color #b07bdc

%33.91
%23.70
%42.39

CMYK Percentages of Color #b07bdc

%20
%44
%0
%14

Triadic Colors of #b07bdc

#b07bdc #dcb07b #7bdcb0

Analogous Colors of #b07bdc

#b07bdc #dc7bd8 #807bdc

Monochromatic Colors of #b07bdc

#b07bdc

Complementary Color

#b07bdc #a7dc7b

#b07bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07bdc Color CSS Codes

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

#b07bdc Text Font Color

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

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


#b07bdc Background Color

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

This div background color is #b07bdc


#b07bdc Border Color

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

This div border color is #b07bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07bdc


Comments

No comments written yet.

Please login to write comment.