Color Hex Logo

#b299fc Color Hex

#B299FC
(178,153,252)
0 Favorites   0 Comments

Color spaces of #b299fc

RGB 178153252
HSL0.710.940.79
HSV255°39°99°
CMYK 0.290.390.00   0.01
XYZ47.322039.275797.1823
Yxy39.27570.25750.2137
Hunter Lab62.670325.1112-48.0712
CIE-Lab68.950530.1226-46.0964

#b299fc color RGB value is (178,153,252).

#b299fc hex color red value is 178, green value is 153 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b299fc hue: 0.71 , saturation: 0.94 and the lightness value of b299fc is 0.79.

The process color (four color CMYK) of #b299fc color hex is 0.29, 0.39, 0.00, 0.01. Web safe color of #b299fc is #9999ff. Color #b299fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011001 11111100
Octal 262 231 374
Decimal 178 153 252
Hex B2 99 FC

RGB Percentages of Color #b299fc

%30.53
%26.24
%43.22

CMYK Percentages of Color #b299fc

%29
%39
%0
%1

Triadic Colors of #b299fc

#b299fc #fcb299 #99fcb2

Analogous Colors of #b299fc

#b299fc #e499fc #99b2fc

Monochromatic Colors of #b299fc

#b299fc

Complementary Color

#b299fc #e3fc99

#b299fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b299fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b299fc Color CSS Codes

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

#b299fc Text Font Color

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

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


#b299fc Background Color

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

This div background color is #b299fc


#b299fc Border Color

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

This div border color is #b299fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b299fc


Comments

No comments written yet.

Please login to write comment.