Color Hex Logo

#b095e1 Color Hex

#B095E1
(176,149,225)
0 Favorites   0 Comments

Color spaces of #b095e1

RGB 176149225
HSL0.730.560.73
HSV261°34°88°
CMYK 0.220.340.00   0.12
XYZ42.242536.161275.9876
Yxy36.16120.27360.2342
Hunter Lab60.134220.1562-32.8269
CIE-Lab66.642925.3501-34.9138

#b095e1 color RGB value is (176,149,225).

#b095e1 hex color red value is 176, green value is 149 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #b095e1 hue: 0.73 , saturation: 0.56 and the lightness value of b095e1 is 0.73.

The process color (four color CMYK) of #b095e1 color hex is 0.22, 0.34, 0.00, 0.12. Web safe color of #b095e1 is #9999cc. Color #b095e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010101 11100001
Octal 260 225 341
Decimal 176 149 225
Hex B0 95 E1

RGB Percentages of Color #b095e1

%32.00
%27.09
%40.91

CMYK Percentages of Color #b095e1

%22
%34
%0
%12

Triadic Colors of #b095e1

#b095e1 #e1b095 #95e1b0

Analogous Colors of #b095e1

#b095e1 #d695e1 #95a0e1

Monochromatic Colors of #b095e1

#b095e1

Complementary Color

#b095e1 #c6e195

#b095e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b095e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b095e1 Color CSS Codes

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

#b095e1 Text Font Color

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

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


#b095e1 Background Color

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

This div background color is #b095e1


#b095e1 Border Color

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

This div border color is #b095e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b095e1


Comments

No comments written yet.

Please login to write comment.