Color Hex Logo

#bb93d2 Color Hex

#BB93D2
(187,147,210)
0 Favorites   0 Comments

Color spaces of #bb93d2

RGB 187147210
HSL0.770.410.70
HSV278°30°82°
CMYK 0.110.300.00   0.18
XYZ42.560136.085465.6948
Yxy36.08540.29490.2500
Hunter Lab60.071121.3419-22.7908
CIE-Lab66.585126.5531-26.6120

#bb93d2 color RGB value is (187,147,210).

#bb93d2 hex color red value is 187, green value is 147 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #bb93d2 hue: 0.77 , saturation: 0.41 and the lightness value of bb93d2 is 0.70.

The process color (four color CMYK) of #bb93d2 color hex is 0.11, 0.30, 0.00, 0.18. Web safe color of #bb93d2 is #cc99cc. Color #bb93d2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010011 11010010
Octal 273 223 322
Decimal 187 147 210
Hex BB 93 D2

RGB Percentages of Color #bb93d2

%34.38
%27.02
%38.60

CMYK Percentages of Color #bb93d2

%11
%30
%0
%18

Triadic Colors of #bb93d2

#bb93d2 #d2bb93 #93d2bb

Analogous Colors of #bb93d2

#bb93d2 #d293ca #9c93d2

Monochromatic Colors of #bb93d2

#bb93d2

Complementary Color

#bb93d2 #aad293

#bb93d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb93d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb93d2 Color CSS Codes

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

#bb93d2 Text Font Color

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

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


#bb93d2 Background Color

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

This div background color is #bb93d2


#bb93d2 Border Color

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

This div border color is #bb93d2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb93d2


Comments

No comments written yet.

Please login to write comment.