Color Hex Logo

#b299ea Color Hex

#B299EA
(178,153,234)
0 Favorites   0 Comments

Color spaces of #b299ea

RGB 178153234
HSL0.720.660.76
HSV259°35°92°
CMYK 0.240.350.00   0.08
XYZ44.602638.188082.8621
Yxy38.18800.26930.2305
Hunter Lab61.796420.6915-36.2437
CIE-Lab68.158925.7932-37.4961

#b299ea color RGB value is (178,153,234).

#b299ea hex color red value is 178, green value is 153 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b299ea hue: 0.72 , saturation: 0.66 and the lightness value of b299ea is 0.76.

The process color (four color CMYK) of #b299ea color hex is 0.24, 0.35, 0.00, 0.08. Web safe color of #b299ea is #9999ff. Color #b299ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011001 11101010
Octal 262 231 352
Decimal 178 153 234
Hex B2 99 EA

RGB Percentages of Color #b299ea

%31.50
%27.08
%41.42

CMYK Percentages of Color #b299ea

%24
%35
%0
%8

Triadic Colors of #b299ea

#b299ea #eab299 #99eab2

Analogous Colors of #b299ea

#b299ea #db99ea #99a9ea

Monochromatic Colors of #b299ea

#b299ea

Complementary Color

#b299ea #d1ea99

#b299ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b299ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b299ea Color CSS Codes

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

#b299ea Text Font Color

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

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


#b299ea Background Color

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

This div background color is #b299ea


#b299ea Border Color

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

This div border color is #b299ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b299ea


Comments

No comments written yet.

Please login to write comment.