Color Hex Logo

#b299df Color Hex

#B299DF
(178,153,223)
0 Favorites   0 Comments

Color spaces of #b299df

RGB 178153223
HSL0.730.520.74
HSV261°31°87°
CMYK 0.200.310.00   0.13
XYZ43.070637.575274.7947
Yxy37.57520.27710.2417
Hunter Lab61.298618.1479-29.4348
CIE-Lab67.706423.2436-32.1471

#b299df color RGB value is (178,153,223).

#b299df hex color red value is 178, green value is 153 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b299df hue: 0.73 , saturation: 0.52 and the lightness value of b299df is 0.74.

The process color (four color CMYK) of #b299df color hex is 0.20, 0.31, 0.00, 0.13. Web safe color of #b299df is #9999cc. Color #b299df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011001 11011111
Octal 262 231 337
Decimal 178 153 223
Hex B2 99 DF

RGB Percentages of Color #b299df

%32.13
%27.62
%40.25

CMYK Percentages of Color #b299df

%20
%31
%0
%13

Triadic Colors of #b299df

#b299df #dfb299 #99dfb2

Analogous Colors of #b299df

#b299df #d599df #99a3df

Monochromatic Colors of #b299df

#b299df

Complementary Color

#b299df #c6df99

#b299df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b299df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b299df Color CSS Codes

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

#b299df Text Font Color

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

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


#b299df Background Color

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

This div background color is #b299df


#b299df Border Color

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

This div border color is #b299df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b299df


Comments

No comments written yet.

Please login to write comment.