Color Hex Logo

#b085df Color Hex

#B085DF
(176,133,223)
0 Favorites   0 Comments

Color spaces of #b085df

RGB 176133223
HSL0.750.580.70
HSV269°40°87°
CMYK 0.210.400.00   0.13
XYZ39.611331.332973.7721
Yxy31.33290.27370.2165
Hunter Lab55.975828.3580-38.9569
CIE-Lab62.787733.8748-39.8197

#b085df color RGB value is (176,133,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000101 11011111
Octal 260 205 337
Decimal 176 133 223
Hex B0 85 DF

RGB Percentages of Color #b085df

%33.08
%25.00
%41.92

CMYK Percentages of Color #b085df

%21
%40
%0
%13

Triadic Colors of #b085df

#b085df #dfb085 #85dfb0

Analogous Colors of #b085df

#b085df #dd85df #8587df

Monochromatic Colors of #b085df

#b085df

Complementary Color

#b085df #b4df85

#b085df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b085df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b085df Color CSS Codes

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

#b085df Text Font Color

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

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


#b085df Background Color

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

This div background color is #b085df


#b085df Border Color

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

This div border color is #b085df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b085df


Comments

No comments written yet.

Please login to write comment.