Color Hex Logo

#b394de Color Hex

#B394DE
(179,148,222)
0 Favorites   0 Comments

Color spaces of #b394de

RGB 179148222
HSL0.740.530.73
HSV265°33°87°
CMYK 0.190.330.00   0.13
XYZ42.365136.037473.8303
Yxy36.03740.27830.2367
Hunter Lab60.031220.9162-30.8970
CIE-Lab66.548526.1259-33.3817

#b394de color RGB value is (179,148,222).

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

The process color (four color CMYK) of #b394de color hex is 0.19, 0.33, 0.00, 0.13. Web safe color of #b394de is #cc99cc. Color #b394de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010100 11011110
Octal 263 224 336
Decimal 179 148 222
Hex B3 94 DE

RGB Percentages of Color #b394de

%32.60
%26.96
%40.44

CMYK Percentages of Color #b394de

%19
%33
%0
%13

Triadic Colors of #b394de

#b394de #deb394 #94deb3

Analogous Colors of #b394de

#b394de #d894de #949ade

Monochromatic Colors of #b394de

#b394de

Complementary Color

#b394de #bfde94

#b394de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b394de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b394de Color CSS Codes

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

#b394de Text Font Color

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

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


#b394de Background Color

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

This div background color is #b394de


#b394de Border Color

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

This div border color is #b394de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b394de


Comments

No comments written yet.

Please login to write comment.