Color Hex Logo

#b399ea Color Hex

#B399EA
(179,153,234)
0 Favorites   0 Comments

Color spaces of #b399ea

RGB 179153234
HSL0.720.660.76
HSV259°35°92°
CMYK 0.240.350.00   0.08
XYZ44.832938.306782.8729
Yxy38.30670.27010.2307
Hunter Lab61.892420.9880-36.0636
CIE-Lab68.246126.0854-37.3538

#b399ea color RGB value is (179,153,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011001 11101010
Octal 263 231 352
Decimal 179 153 234
Hex B3 99 EA

RGB Percentages of Color #b399ea

%31.63
%27.03
%41.34

CMYK Percentages of Color #b399ea

%24
%35
%0
%8

Triadic Colors of #b399ea

#b399ea #eab399 #99eab3

Analogous Colors of #b399ea

#b399ea #dc99ea #99a8ea

Monochromatic Colors of #b399ea

#b399ea

Complementary Color

#b399ea #d0ea99

#b399ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b399ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b399ea Color CSS Codes

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

#b399ea Text Font Color

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

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


#b399ea Background Color

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

This div background color is #b399ea


#b399ea Border Color

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

This div border color is #b399ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b399ea


Comments

No comments written yet.

Please login to write comment.