Color Hex Logo

#b997ca Color Hex

#B997CA
(185,151,202)
0 Favorites   0 Comments

Color spaces of #b997ca

RGB 185151202
HSL0.780.320.69
HSV280°25°79°
CMYK 0.080.250.00   0.21
XYZ41.734936.711860.7635
Yxy36.71180.29980.2637
Hunter Lab60.590316.9188-17.0463
CIE-Lab67.060222.0168-21.4537

#b997ca color RGB value is (185,151,202).

#b997ca hex color red value is 185, green value is 151 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b997ca hue: 0.78 , saturation: 0.32 and the lightness value of b997ca is 0.69.

The process color (four color CMYK) of #b997ca color hex is 0.08, 0.25, 0.00, 0.21. Web safe color of #b997ca is #cc99cc. Color #b997ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010111 11001010
Octal 271 227 312
Decimal 185 151 202
Hex B9 97 CA

RGB Percentages of Color #b997ca

%34.39
%28.07
%37.55

CMYK Percentages of Color #b997ca

%8
%25
%0
%21

Triadic Colors of #b997ca

#b997ca #cab997 #97cab9

Analogous Colors of #b997ca

#b997ca #ca97c2 #a097ca

Monochromatic Colors of #b997ca

#b997ca

Complementary Color

#b997ca #a8ca97

#b997ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b997ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b997ca Color CSS Codes

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

#b997ca Text Font Color

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

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


#b997ca Background Color

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

This div background color is #b997ca


#b997ca Border Color

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

This div border color is #b997ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b997ca


Comments

No comments written yet.

Please login to write comment.