Color Hex Logo

#b997ce Color Hex

#B997CE
(185,151,206)
0 Favorites   0 Comments

Color spaces of #b997ce

RGB 185151206
HSL0.770.360.70
HSV277°27°81°
CMYK 0.100.270.00   0.19
XYZ42.214836.903763.2907
Yxy36.90370.29640.2591
Hunter Lab60.748417.7321-19.2474
CIE-Lab67.204722.8451-23.4565

#b997ce color RGB value is (185,151,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010111 11001110
Octal 271 227 316
Decimal 185 151 206
Hex B9 97 CE

RGB Percentages of Color #b997ce

%34.13
%27.86
%38.01

CMYK Percentages of Color #b997ce

%10
%27
%0
%19

Triadic Colors of #b997ce

#b997ce #ceb997 #97ceb9

Analogous Colors of #b997ce

#b997ce #ce97c8 #9e97ce

Monochromatic Colors of #b997ce

#b997ce

Complementary Color

#b997ce #acce97

#b997ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b997ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b997ce Color CSS Codes

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

#b997ce Text Font Color

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

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


#b997ce Background Color

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

This div background color is #b997ce


#b997ce Border Color

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

This div border color is #b997ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b997ce


Comments

No comments written yet.

Please login to write comment.