Color Hex Logo

#b085ec Color Hex

#B085EC
(176,133,236)
0 Favorites   0 Comments

Color spaces of #b085ec

RGB 176133236
HSL0.740.730.72
HSV265°44°93°
CMYK 0.250.440.00   0.07
XYZ41.432332.061383.3616
Yxy32.06130.26410.2044
Hunter Lab56.622731.5234-47.6526
CIE-Lab63.393536.9009-46.0785

#b085ec color RGB value is (176,133,236).

#b085ec hex color red value is 176, green value is 133 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b085ec hue: 0.74 , saturation: 0.73 and the lightness value of b085ec is 0.72.

The process color (four color CMYK) of #b085ec color hex is 0.25, 0.44, 0.00, 0.07. Web safe color of #b085ec is #9999ff. Color #b085ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000101 11101100
Octal 260 205 354
Decimal 176 133 236
Hex B0 85 EC

RGB Percentages of Color #b085ec

%32.29
%24.40
%43.30

CMYK Percentages of Color #b085ec

%25
%44
%0
%7

Triadic Colors of #b085ec

#b085ec #ecb085 #85ecb0

Analogous Colors of #b085ec

#b085ec #e485ec #858eec

Monochromatic Colors of #b085ec

#b085ec

Complementary Color

#b085ec #c1ec85

#b085ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b085ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b085ec Color CSS Codes

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

#b085ec Text Font Color

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

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


#b085ec Background Color

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

This div background color is #b085ec


#b085ec Border Color

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

This div border color is #b085ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b085ec


Comments

No comments written yet.

Please login to write comment.