Color Hex Logo

#b085de Color Hex

#B085DE
(176,133,222)
0 Favorites   0 Comments

Color spaces of #b085de

RGB 176133222
HSL0.750.570.70
HSV269°40°87°
CMYK 0.210.400.00   0.13
XYZ39.476831.279173.0641
Yxy31.27910.27450.2175
Hunter Lab55.927728.1214-38.3072
CIE-Lab62.742533.6461-39.3337

#b085de color RGB value is (176,133,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000101 11011110
Octal 260 205 336
Decimal 176 133 222
Hex B0 85 DE

RGB Percentages of Color #b085de

%33.15
%25.05
%41.81

CMYK Percentages of Color #b085de

%21
%40
%0
%13

Triadic Colors of #b085de

#b085de #deb085 #85deb0

Analogous Colors of #b085de

#b085de #dd85de #8587de

Monochromatic Colors of #b085de

#b085de

Complementary Color

#b085de #b3de85

#b085de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b085de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b085de Color CSS Codes

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

#b085de Text Font Color

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

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


#b085de Background Color

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

This div background color is #b085de


#b085de Border Color

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

This div border color is #b085de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b085de


Comments

No comments written yet.

Please login to write comment.