Color Hex Logo

#bb65be Color Hex

#BB65BE
(187,101,190)
0 Favorites   0 Comments

Color spaces of #bb65be

RGB 187101190
HSL0.830.410.57
HSV298°47°75°
CMYK 0.020.470.00   0.25
XYZ34.441523.589951.4532
Yxy23.58990.31460.2155
Hunter Lab48.569441.5812-28.8117
CIE-Lab55.674847.5226-32.2036

#bb65be color RGB value is (187,101,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100101 10111110
Octal 273 145 276
Decimal 187 101 190
Hex BB 65 BE

RGB Percentages of Color #bb65be

%39.12
%21.13
%39.75

CMYK Percentages of Color #bb65be

%2
%47
%0
%25

Triadic Colors of #bb65be

#bb65be #bebb65 #65bebb

Analogous Colors of #bb65be

#bb65be #be6595 #8f65be

Monochromatic Colors of #bb65be

#bb65be

Complementary Color

#bb65be #68be65

#bb65be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb65be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb65be Color CSS Codes

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

#bb65be Text Font Color

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

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


#bb65be Background Color

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

This div background color is #bb65be


#bb65be Border Color

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

This div border color is #bb65be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb65be


Comments

No comments written yet.

Please login to write comment.