Color Hex Logo

#b093be Color Hex

#B093BE
(176,147,190)
0 Favorites   0 Comments

Color spaces of #b093be

RGB 176147190
HSL0.780.250.66
HSV280°23°75°
CMYK 0.070.230.00   0.25
XYZ37.632533.815253.2587
Yxy33.81520.30180.2712
Hunter Lab58.150813.7529-13.5964
CIE-Lab64.815618.8080-18.2448

#b093be color RGB value is (176,147,190).

#b093be hex color red value is 176, green value is 147 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b093be hue: 0.78 , saturation: 0.25 and the lightness value of b093be is 0.66.

The process color (four color CMYK) of #b093be color hex is 0.07, 0.23, 0.00, 0.25. Web safe color of #b093be is #9999cc. Color #b093be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010011 10111110
Octal 260 223 276
Decimal 176 147 190
Hex B0 93 BE

RGB Percentages of Color #b093be

%34.31
%28.65
%37.04

CMYK Percentages of Color #b093be

%7
%23
%0
%25

Triadic Colors of #b093be

#b093be #beb093 #93beb0

Analogous Colors of #b093be

#b093be #be93b7 #9b93be

Monochromatic Colors of #b093be

#b093be

Complementary Color

#b093be #a1be93

#b093be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b093be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b093be Color CSS Codes

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

#b093be Text Font Color

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

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


#b093be Background Color

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

This div background color is #b093be


#b093be Border Color

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

This div border color is #b093be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b093be


Comments

No comments written yet.

Please login to write comment.