Color Hex Logo

#b07bdd Color Hex

#B07BDD
(176,123,221)
0 Favorites   0 Comments

Color spaces of #b07bdd

RGB 176123221
HSL0.760.590.67
HSV272°44°87°
CMYK 0.200.440.00   0.13
XYZ38.038628.616571.9253
Yxy28.61650.27450.2065
Hunter Lab53.494433.3120-42.2716
CIE-Lab60.441738.9771-42.3863

#b07bdd color RGB value is (176,123,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111011 11011101
Octal 260 173 335
Decimal 176 123 221
Hex B0 7B DD

RGB Percentages of Color #b07bdd

%33.85
%23.65
%42.50

CMYK Percentages of Color #b07bdd

%20
%44
%0
%13

Triadic Colors of #b07bdd

#b07bdd #ddb07b #7bddb0

Analogous Colors of #b07bdd

#b07bdd #dd7bd9 #7f7bdd

Monochromatic Colors of #b07bdd

#b07bdd

Complementary Color

#b07bdd #a8dd7b

#b07bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07bdd Color CSS Codes

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

#b07bdd Text Font Color

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

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


#b07bdd Background Color

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

This div background color is #b07bdd


#b07bdd Border Color

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

This div border color is #b07bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07bdd


Comments

No comments written yet.

Please login to write comment.