Color Hex Logo

#b399da Color Hex

#B399DA
(179,153,218)
0 Favorites   0 Comments

Color spaces of #b399da

RGB 179153218
HSL0.730.470.73
HSV264°30°85°
CMYK 0.180.300.00   0.15
XYZ42.636537.428171.3068
Yxy37.42810.28170.2473
Hunter Lab61.178517.3378-26.2807
CIE-Lab67.597022.4204-29.5488

#b399da color RGB value is (179,153,218).

#b399da hex color red value is 179, green value is 153 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b399da hue: 0.73 , saturation: 0.47 and the lightness value of b399da is 0.73.

The process color (four color CMYK) of #b399da color hex is 0.18, 0.30, 0.00, 0.15. Web safe color of #b399da is #cc99cc. Color #b399da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011001 11011010
Octal 263 231 332
Decimal 179 153 218
Hex B3 99 DA

RGB Percentages of Color #b399da

%32.55
%27.82
%39.64

CMYK Percentages of Color #b399da

%18
%30
%0
%15

Triadic Colors of #b399da

#b399da #dab399 #99dab3

Analogous Colors of #b399da

#b399da #d499da #99a0da

Monochromatic Colors of #b399da

#b399da

Complementary Color

#b399da #c0da99

#b399da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b399da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b399da Color CSS Codes

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

#b399da Text Font Color

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

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


#b399da Background Color

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

This div background color is #b399da


#b399da Border Color

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

This div border color is #b399da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b399da


Comments

No comments written yet.

Please login to write comment.