Color Hex Logo

#b395ce Color Hex

#B395CE
(179,149,206)
0 Favorites   0 Comments

Color spaces of #b395ce

RGB 179149206
HSL0.750.370.70
HSV272°28°81°
CMYK 0.130.280.00   0.19
XYZ40.478435.534863.1180
Yxy35.53480.29090.2554
Hunter Lab59.611116.8896-21.0503
CIE-Lab66.162922.0317-25.1007

#b395ce color RGB value is (179,149,206).

#b395ce hex color red value is 179, green value is 149 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b395ce hue: 0.75 , saturation: 0.37 and the lightness value of b395ce is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010101 11001110
Octal 263 225 316
Decimal 179 149 206
Hex B3 95 CE

RGB Percentages of Color #b395ce

%33.52
%27.90
%38.58

CMYK Percentages of Color #b395ce

%13
%28
%0
%19

Triadic Colors of #b395ce

#b395ce #ceb395 #95ceb3

Analogous Colors of #b395ce

#b395ce #ce95cd #9795ce

Monochromatic Colors of #b395ce

#b395ce

Complementary Color

#b395ce #b0ce95

#b395ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b395ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b395ce Color CSS Codes

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

#b395ce Text Font Color

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

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


#b395ce Background Color

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

This div background color is #b395ce


#b395ce Border Color

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

This div border color is #b395ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b395ce


Comments

No comments written yet.

Please login to write comment.