Color Hex Logo

#bb69be Color Hex

#BB69BE
(187,105,190)
0 Favorites   0 Comments

Color spaces of #bb69be

RGB 187105190
HSL0.830.400.58
HSV298°45°75°
CMYK 0.020.450.00   0.25
XYZ34.839424.385751.5859
Yxy24.38570.31440.2201
Hunter Lab49.381939.5152-27.3689
CIE-Lab56.471945.4544-30.9631

#bb69be color RGB value is (187,105,190).

#bb69be hex color red value is 187, green value is 105 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bb69be hue: 0.83 , saturation: 0.40 and the lightness value of bb69be is 0.58.

The process color (four color CMYK) of #bb69be color hex is 0.02, 0.45, 0.00, 0.25. Web safe color of #bb69be is #cc66cc. Color #bb69be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101001 10111110
Octal 273 151 276
Decimal 187 105 190
Hex BB 69 BE

RGB Percentages of Color #bb69be

%38.80
%21.78
%39.42

CMYK Percentages of Color #bb69be

%2
%45
%0
%25

Triadic Colors of #bb69be

#bb69be #bebb69 #69bebb

Analogous Colors of #bb69be

#bb69be #be6997 #9169be

Monochromatic Colors of #bb69be

#bb69be

Complementary Color

#bb69be #6cbe69

#bb69be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb69be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb69be Color CSS Codes

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

#bb69be Text Font Color

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

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


#bb69be Background Color

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

This div background color is #bb69be


#bb69be Border Color

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

This div border color is #bb69be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb69be


Comments

No comments written yet.

Please login to write comment.