Color Hex Logo

#b399ce Color Hex

#B399CE
(179,153,206)
0 Favorites   0 Comments

Color spaces of #b399ce

RGB 179153206
HSL0.750.350.70
HSV269°26°81°
CMYK 0.130.260.00   0.19
XYZ41.122236.822463.3326
Yxy36.82240.29110.2606
Hunter Lab60.681514.7721-19.4033
CIE-Lab67.143619.7887-23.5987

#b399ce color RGB value is (179,153,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011001 11001110
Octal 263 231 316
Decimal 179 153 206
Hex B3 99 CE

RGB Percentages of Color #b399ce

%33.27
%28.44
%38.29

CMYK Percentages of Color #b399ce

%13
%26
%0
%19

Triadic Colors of #b399ce

#b399ce #ceb399 #99ceb3

Analogous Colors of #b399ce

#b399ce #ce99ce #999ace

Monochromatic Colors of #b399ce

#b399ce

Complementary Color

#b399ce #b4ce99

#b399ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b399ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b399ce Color CSS Codes

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

#b399ce Text Font Color

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

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


#b399ce Background Color

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

This div background color is #b399ce


#b399ce Border Color

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

This div border color is #b399ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b399ce


Comments

No comments written yet.

Please login to write comment.