Color Hex Logo

#b597ce Color Hex

#B597CE
(181,151,206)
0 Favorites   0 Comments

Color spaces of #b597ce

RGB 181151206
HSL0.760.360.70
HSV273°27°81°
CMYK 0.120.270.00   0.19
XYZ41.263236.413263.2462
Yxy36.41320.29280.2584
Hunter Lab60.343416.4587-19.9018
CIE-Lab66.834421.5529-24.0558

#b597ce color RGB value is (181,151,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010111 11001110
Octal 265 227 316
Decimal 181 151 206
Hex B5 97 CE

RGB Percentages of Color #b597ce

%33.64
%28.07
%38.29

CMYK Percentages of Color #b597ce

%12
%27
%0
%19

Triadic Colors of #b597ce

#b597ce #ceb597 #97ceb5

Analogous Colors of #b597ce

#b597ce #ce97cc #9a97ce

Monochromatic Colors of #b597ce

#b597ce

Complementary Color

#b597ce #b0ce97

#b597ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b597ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b597ce Color CSS Codes

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

#b597ce Text Font Color

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

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


#b597ce Background Color

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

This div background color is #b597ce


#b597ce Border Color

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

This div border color is #b597ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b597ce


Comments

No comments written yet.

Please login to write comment.