Color Hex Logo

#bb97de Color Hex

#BB97DE
(187,151,222)
0 Favorites   0 Comments

Color spaces of #bb97de

RGB 187151222
HSL0.750.520.73
HSV270°32°87°
CMYK 0.160.320.00   0.13
XYZ44.744937.971974.0782
Yxy37.97190.28540.2422
Hunter Lab61.621321.7763-28.1406
CIE-Lab67.999926.8916-31.0757

#bb97de color RGB value is (187,151,222).

#bb97de hex color red value is 187, green value is 151 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bb97de hue: 0.75 , saturation: 0.52 and the lightness value of bb97de is 0.73.

The process color (four color CMYK) of #bb97de color hex is 0.16, 0.32, 0.00, 0.13. Web safe color of #bb97de is #cc99cc. Color #bb97de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010111 11011110
Octal 273 227 336
Decimal 187 151 222
Hex BB 97 DE

RGB Percentages of Color #bb97de

%33.39
%26.96
%39.64

CMYK Percentages of Color #bb97de

%16
%32
%0
%13

Triadic Colors of #bb97de

#bb97de #debb97 #97debb

Analogous Colors of #bb97de

#bb97de #de97de #9897de

Monochromatic Colors of #bb97de

#bb97de

Complementary Color

#bb97de #bade97

#bb97de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb97de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb97de Color CSS Codes

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

#bb97de Text Font Color

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

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


#bb97de Background Color

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

This div background color is #bb97de


#bb97de Border Color

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

This div border color is #bb97de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb97de


Comments

No comments written yet.

Please login to write comment.