Color Hex Logo

#b395de Color Hex

#B395DE
(179,149,222)
0 Favorites   0 Comments

Color spaces of #b395de

RGB 179149222
HSL0.740.530.73
HSV265°33°87°
CMYK 0.190.330.00   0.13
XYZ42.522736.352573.8828
Yxy36.35250.27840.2380
Hunter Lab60.293020.3774-30.4486
CIE-Lab66.788425.5649-33.0097

#b395de color RGB value is (179,149,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010101 11011110
Octal 263 225 336
Decimal 179 149 222
Hex B3 95 DE

RGB Percentages of Color #b395de

%32.55
%27.09
%40.36

CMYK Percentages of Color #b395de

%19
%33
%0
%13

Triadic Colors of #b395de

#b395de #deb395 #95deb3

Analogous Colors of #b395de

#b395de #d895de #959cde

Monochromatic Colors of #b395de

#b395de

Complementary Color

#b395de #c0de95

#b395de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b395de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b395de Color CSS Codes

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

#b395de Text Font Color

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

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


#b395de Background Color

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

This div background color is #b395de


#b395de Border Color

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

This div border color is #b395de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b395de


Comments

No comments written yet.

Please login to write comment.