Color Hex Logo

#b599cf Color Hex

#B599CF
(181,153,207)
0 Favorites   0 Comments

Color spaces of #b599cf

RGB 181153207
HSL0.750.360.71
HSV271°26°81°
CMYK 0.130.260.00   0.19
XYZ41.709837.111263.9963
Yxy37.11120.29210.2599
Hunter Lab60.919015.6066-19.6418
CIE-Lab67.360420.6469-23.8061

#b599cf color RGB value is (181,153,207).

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

The process color (four color CMYK) of #b599cf color hex is 0.13, 0.26, 0.00, 0.19. Web safe color of #b599cf is #cc99cc. Color #b599cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011001 11001111
Octal 265 231 317
Decimal 181 153 207
Hex B5 99 CF

RGB Percentages of Color #b599cf

%33.46
%28.28
%38.26

CMYK Percentages of Color #b599cf

%13
%26
%0
%19

Triadic Colors of #b599cf

#b599cf #cfb599 #99cfb5

Analogous Colors of #b599cf

#b599cf #cf99ce #9a99cf

Monochromatic Colors of #b599cf

#b599cf

Complementary Color

#b599cf #b3cf99

#b599cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b599cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b599cf Color CSS Codes

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

#b599cf Text Font Color

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

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


#b599cf Background Color

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

This div background color is #b599cf


#b599cf Border Color

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

This div border color is #b599cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b599cf


Comments

No comments written yet.

Please login to write comment.