Color Hex Logo

#b598cf Color Hex

#B598CF
(181,152,207)
0 Favorites   0 Comments

Color spaces of #b598cf

RGB 181152207
HSL0.750.360.70
HSV272°27°81°
CMYK 0.130.270.00   0.19
XYZ41.546836.785263.9420
Yxy36.78520.29200.2586
Hunter Lab60.650816.1365-20.0518
CIE-Lab67.115621.2065-24.1808

#b598cf color RGB value is (181,152,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011000 11001111
Octal 265 230 317
Decimal 181 152 207
Hex B5 98 CF

RGB Percentages of Color #b598cf

%33.52
%28.15
%38.33

CMYK Percentages of Color #b598cf

%13
%27
%0
%19

Triadic Colors of #b598cf

#b598cf #cfb598 #98cfb5

Analogous Colors of #b598cf

#b598cf #cf98ce #9a98cf

Monochromatic Colors of #b598cf

#b598cf

Complementary Color

#b598cf #b2cf98

#b598cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b598cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b598cf Color CSS Codes

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

#b598cf Text Font Color

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

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


#b598cf Background Color

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

This div background color is #b598cf


#b598cf Border Color

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

This div border color is #b598cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b598cf


Comments

No comments written yet.

Please login to write comment.