Color Hex Logo

#bb69dd Color Hex

#BB69DD
(187,105,221)
0 Favorites   0 Comments

Color spaces of #bb69dd

RGB 187105221
HSL0.780.630.64
HSV282°52°87°
CMYK 0.150.520.00   0.13
XYZ38.596225.888471.3693
Yxy25.88840.28410.1906
Hunter Lab50.880646.3625-47.5485
CIE-Lab57.931051.5908-46.2651

#bb69dd color RGB value is (187,105,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101001 11011101
Octal 273 151 335
Decimal 187 105 221
Hex BB 69 DD

RGB Percentages of Color #bb69dd

%36.45
%20.47
%43.08

CMYK Percentages of Color #bb69dd

%15
%52
%0
%13

Triadic Colors of #bb69dd

#bb69dd #ddbb69 #69ddbb

Analogous Colors of #bb69dd

#bb69dd #dd69c5 #8169dd

Monochromatic Colors of #bb69dd

#bb69dd

Complementary Color

#bb69dd #8bdd69

#bb69dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb69dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb69dd Color CSS Codes

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

#bb69dd Text Font Color

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

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


#bb69dd Background Color

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

This div background color is #bb69dd


#bb69dd Border Color

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

This div border color is #bb69dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb69dd


Comments

No comments written yet.

Please login to write comment.