Color Hex Logo

#b080dd Color Hex

#B080DD
(176,128,221)
0 Favorites   0 Comments

Color spaces of #b080dd

RGB 176128221
HSL0.750.580.68
HSV271°42°87°
CMYK 0.200.420.00   0.13
XYZ38.674829.888972.1374
Yxy29.88890.27490.2124
Hunter Lab54.670730.5994-39.9629
CIE-Lab61.558236.2072-40.6322

#b080dd color RGB value is (176,128,221).

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

The process color (four color CMYK) of #b080dd color hex is 0.20, 0.42, 0.00, 0.13. Web safe color of #b080dd is #9999cc. Color #b080dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000000 11011101
Octal 260 200 335
Decimal 176 128 221
Hex B0 80 DD

RGB Percentages of Color #b080dd

%33.52
%24.38
%42.10

CMYK Percentages of Color #b080dd

%20
%42
%0
%13

Triadic Colors of #b080dd

#b080dd #ddb080 #80ddb0

Analogous Colors of #b080dd

#b080dd #dd80dc #8280dd

Monochromatic Colors of #b080dd

#b080dd

Complementary Color

#b080dd #addd80

#b080dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b080dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b080dd Color CSS Codes

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

#b080dd Text Font Color

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

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


#b080dd Background Color

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

This div background color is #b080dd


#b080dd Border Color

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

This div border color is #b080dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b080dd


Comments

No comments written yet.

Please login to write comment.