Color Hex Logo

#b394ee Color Hex

#B394EE
(179,148,238)
0 Favorites   0 Comments

Color spaces of #b394ee

RGB 179148238
HSL0.720.730.76
HSV261°38°93°
CMYK 0.250.380.00   0.07
XYZ44.612936.936685.6670
Yxy36.93660.26680.2209
Hunter Lab60.775524.6727-41.0303
CIE-Lab67.229429.8297-41.1362

#b394ee color RGB value is (179,148,238).

#b394ee hex color red value is 179, green value is 148 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b394ee hue: 0.72 , saturation: 0.73 and the lightness value of b394ee is 0.76.

The process color (four color CMYK) of #b394ee color hex is 0.25, 0.38, 0.00, 0.07. Web safe color of #b394ee is #cc99ff. Color #b394ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010100 11101110
Octal 263 224 356
Decimal 179 148 238
Hex B3 94 EE

RGB Percentages of Color #b394ee

%31.68
%26.19
%42.12

CMYK Percentages of Color #b394ee

%25
%38
%0
%7

Triadic Colors of #b394ee

#b394ee #eeb394 #94eeb3

Analogous Colors of #b394ee

#b394ee #e094ee #94a2ee

Monochromatic Colors of #b394ee

#b394ee

Complementary Color

#b394ee #cfee94

#b394ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b394ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b394ee Color CSS Codes

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

#b394ee Text Font Color

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

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


#b394ee Background Color

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

This div background color is #b394ee


#b394ee Border Color

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

This div border color is #b394ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,148,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b394ee


Comments

No comments written yet.

Please login to write comment.