Color Hex Logo

#b394be Color Hex

#B394BE
(179,148,190)
0 Favorites   0 Comments

Color spaces of #b394be

RGB 179148190
HSL0.790.240.66
HSV284°22°75°
CMYK 0.060.220.00   0.25
XYZ38.474634.481253.3429
Yxy34.48120.30460.2730
Hunter Lab58.720714.1944-12.7556
CIE-Lab65.342719.2543-17.4190

#b394be color RGB value is (179,148,190).

#b394be hex color red value is 179, green value is 148 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b394be hue: 0.79 , saturation: 0.24 and the lightness value of b394be is 0.66.

The process color (four color CMYK) of #b394be color hex is 0.06, 0.22, 0.00, 0.25. Web safe color of #b394be is #cc99cc. Color #b394be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010100 10111110
Octal 263 224 276
Decimal 179 148 190
Hex B3 94 BE

RGB Percentages of Color #b394be

%34.62
%28.63
%36.75

CMYK Percentages of Color #b394be

%6
%22
%0
%25

Triadic Colors of #b394be

#b394be #beb394 #94beb3

Analogous Colors of #b394be

#b394be #be94b4 #9e94be

Monochromatic Colors of #b394be

#b394be

Complementary Color

#b394be #9fbe94

#b394be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b394be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b394be Color CSS Codes

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

#b394be Text Font Color

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

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


#b394be Background Color

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

This div background color is #b394be


#b394be Border Color

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

This div border color is #b394be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,148,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 #b394be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b394be


Comments

No comments written yet.

Please login to write comment.