Color Hex Logo

#bb93de Color Hex

#BB93DE
(187,147,222)
0 Favorites   0 Comments

Color spaces of #bb93de

RGB 187147222
HSL0.760.530.72
HSV272°34°87°
CMYK 0.160.340.00   0.13
XYZ44.112136.706273.8673
Yxy36.70620.28520.2373
Hunter Lab60.585623.9401-29.8777
CIE-Lab67.056029.1177-32.5360

#bb93de color RGB value is (187,147,222).

#bb93de hex color red value is 187, green value is 147 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bb93de hue: 0.76 , saturation: 0.53 and the lightness value of bb93de is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010011 11011110
Octal 273 223 336
Decimal 187 147 222
Hex BB 93 DE

RGB Percentages of Color #bb93de

%33.63
%26.44
%39.93

CMYK Percentages of Color #bb93de

%16
%34
%0
%13

Triadic Colors of #bb93de

#bb93de #debb93 #93debb

Analogous Colors of #bb93de

#bb93de #de93dc #9693de

Monochromatic Colors of #bb93de

#bb93de

Complementary Color

#bb93de #b6de93

#bb93de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb93de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb93de Color CSS Codes

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

#bb93de Text Font Color

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

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


#bb93de Background Color

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

This div background color is #bb93de


#bb93de Border Color

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

This div border color is #bb93de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb93de


Comments

No comments written yet.

Please login to write comment.