Color Hex Logo

#b085dd Color Hex

#B085DD
(176,133,221)
0 Favorites   0 Comments

Color spaces of #b085dd

RGB 176133221
HSL0.750.560.69
HSV269°40°87°
CMYK 0.200.400.00   0.13
XYZ39.343231.225672.3601
Yxy31.22560.27530.2185
Hunter Lab55.879927.8863-37.6600
CIE-Lab62.697633.4184-38.8470

#b085dd color RGB value is (176,133,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000101 11011101
Octal 260 205 335
Decimal 176 133 221
Hex B0 85 DD

RGB Percentages of Color #b085dd

%33.21
%25.09
%41.70

CMYK Percentages of Color #b085dd

%20
%40
%0
%13

Triadic Colors of #b085dd

#b085dd #ddb085 #85ddb0

Analogous Colors of #b085dd

#b085dd #dc85dd #8586dd

Monochromatic Colors of #b085dd

#b085dd

Complementary Color

#b085dd #b2dd85

#b085dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b085dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b085dd Color CSS Codes

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

#b085dd Text Font Color

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

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


#b085dd Background Color

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

This div background color is #b085dd


#b085dd Border Color

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

This div border color is #b085dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b085dd


Comments

No comments written yet.

Please login to write comment.