Color Hex Logo

#bb69de Color Hex

#BB69DE
(187,105,222)
0 Favorites   0 Comments

Color spaces of #bb69de

RGB 187105222
HSL0.780.640.64
HSV282°53°87°
CMYK 0.160.530.00   0.13
XYZ38.729925.941972.0732
Yxy25.94190.28320.1897
Hunter Lab50.933246.5994-48.2453
CIE-Lab57.981951.7985-46.7466

#bb69de color RGB value is (187,105,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101001 11011110
Octal 273 151 336
Decimal 187 105 222
Hex BB 69 DE

RGB Percentages of Color #bb69de

%36.38
%20.43
%43.19

CMYK Percentages of Color #bb69de

%16
%53
%0
%13

Triadic Colors of #bb69de

#bb69de #debb69 #69debb

Analogous Colors of #bb69de

#bb69de #de69c7 #8169de

Monochromatic Colors of #bb69de

#bb69de

Complementary Color

#bb69de #8cde69

#bb69de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb69de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb69de Color CSS Codes

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

#bb69de Text Font Color

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

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


#bb69de Background Color

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

This div background color is #bb69de


#bb69de Border Color

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

This div border color is #bb69de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb69de


Comments

No comments written yet.

Please login to write comment.