Color Hex Logo

#bb68dd Color Hex

#BB68DD
(187,104,221)
0 Favorites   0 Comments

Color spaces of #bb68dd

RGB 187104221
HSL0.780.630.64
HSV283°53°87°
CMYK 0.150.530.00   0.13
XYZ38.495025.685971.3356
Yxy25.68590.28410.1895
Hunter Lab50.681346.8876-47.9758
CIE-Lab57.737752.1000-46.5709

#bb68dd color RGB value is (187,104,221).

#bb68dd hex color red value is 187, green value is 104 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bb68dd hue: 0.78 , saturation: 0.63 and the lightness value of bb68dd is 0.64.

The process color (four color CMYK) of #bb68dd color hex is 0.15, 0.53, 0.00, 0.13. Web safe color of #bb68dd is #cc66cc. Color #bb68dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101000 11011101
Octal 273 150 335
Decimal 187 104 221
Hex BB 68 DD

RGB Percentages of Color #bb68dd

%36.52
%20.31
%43.16

CMYK Percentages of Color #bb68dd

%15
%53
%0
%13

Triadic Colors of #bb68dd

#bb68dd #ddbb68 #68ddbb

Analogous Colors of #bb68dd

#bb68dd #dd68c5 #8168dd

Monochromatic Colors of #bb68dd

#bb68dd

Complementary Color

#bb68dd #8add68

#bb68dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb68dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb68dd Color CSS Codes

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

#bb68dd Text Font Color

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

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


#bb68dd Background Color

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

This div background color is #bb68dd


#bb68dd Border Color

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

This div border color is #bb68dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb68dd


Comments

No comments written yet.

Please login to write comment.