Color Hex Logo

#b599ff Color Hex

#B599FF
(181,153,255)
0 Favorites   0 Comments

Color spaces of #b599ff

RGB 181153255
HSL0.711.000.80
HSV256°40°100°
CMYK 0.290.400.00   0.00
XYZ48.497339.826299.7389
Yxy39.82620.25790.2118
Hunter Lab63.108026.7349-49.5291
CIE-Lab69.345631.6738-47.0893

#b599ff color RGB value is (181,153,255).

#b599ff hex color red value is 181, green value is 153 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b599ff hue: 0.71 , saturation: 1.00 and the lightness value of b599ff is 0.80.

The process color (four color CMYK) of #b599ff color hex is 0.29, 0.40, 0.00, 0.00. Web safe color of #b599ff is #cc99ff. Color #b599ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011001 11111111
Octal 265 231 377
Decimal 181 153 255
Hex B5 99 FF

RGB Percentages of Color #b599ff

%30.73
%25.98
%43.29

CMYK Percentages of Color #b599ff

%29
%40
%0
%0

Triadic Colors of #b599ff

#b599ff #ffb599 #99ffb5

Analogous Colors of #b599ff

#b599ff #e899ff #99b0ff

Monochromatic Colors of #b599ff

#b599ff

Complementary Color

#b599ff #e3ff99

#b599ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b599ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b599ff Color CSS Codes

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

#b599ff Text Font Color

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

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


#b599ff Background Color

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

This div background color is #b599ff


#b599ff Border Color

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

This div border color is #b599ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b599ff

Related Colors


Comments

No comments written yet.

Please login to write comment.