Color Hex Logo

#b095ff Color Hex

#B095FF
(176,149,255)
0 Favorites   0 Comments

Color spaces of #b095ff

RGB 176149255
HSL0.711.000.79
HSV255°42°100°
CMYK 0.310.420.00   0.00
XYZ46.701937.945099.4704
Yxy37.94500.25370.2061
Hunter Lab61.599527.5313-52.6214
CIE-Lab67.980132.5670-49.2691

#b095ff color RGB value is (176,149,255).

#b095ff hex color red value is 176, green value is 149 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b095ff hue: 0.71 , saturation: 1.00 and the lightness value of b095ff is 0.79.

The process color (four color CMYK) of #b095ff color hex is 0.31, 0.42, 0.00, 0.00. Web safe color of #b095ff is #9999ff. Color #b095ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010101 11111111
Octal 260 225 377
Decimal 176 149 255
Hex B0 95 FF

RGB Percentages of Color #b095ff

%30.34
%25.69
%43.97

CMYK Percentages of Color #b095ff

%31
%42
%0
%0

Triadic Colors of #b095ff

#b095ff #ffb095 #95ffb0

Analogous Colors of #b095ff

#b095ff #e595ff #95afff

Monochromatic Colors of #b095ff

#b095ff

Complementary Color

#b095ff #e4ff95

#b095ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b095ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b095ff Color CSS Codes

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

#b095ff Text Font Color

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

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


#b095ff Background Color

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

This div background color is #b095ff


#b095ff Border Color

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

This div border color is #b095ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b095ff

#b095ff Color Palettes


Comments

No comments written yet.

Please login to write comment.