Color Hex Logo

#bb65ff Color Hex

#BB65FF
(187,101,255)
0 Favorites   0 Comments

Color spaces of #bb65ff

RGB 187101255
HSL0.761.000.70
HSV274°60°100°
CMYK 0.270.600.00   0.00
XYZ43.197227.092297.5603
Yxy27.09220.25740.1614
Hunter Lab52.050257.0520-74.6952
CIE-Lab59.059660.8901-63.3991

#bb65ff color RGB value is (187,101,255).

#bb65ff hex color red value is 187, green value is 101 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bb65ff hue: 0.76 , saturation: 1.00 and the lightness value of bb65ff is 0.70.

The process color (four color CMYK) of #bb65ff color hex is 0.27, 0.60, 0.00, 0.00. Web safe color of #bb65ff is #cc66ff. Color #bb65ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100101 11111111
Octal 273 145 377
Decimal 187 101 255
Hex BB 65 FF

RGB Percentages of Color #bb65ff

%34.44
%18.60
%46.96

CMYK Percentages of Color #bb65ff

%27
%60
%0
%0

Triadic Colors of #bb65ff

#bb65ff #ffbb65 #65ffbb

Analogous Colors of #bb65ff

#bb65ff #ff65f6 #6e65ff

Monochromatic Colors of #bb65ff

#bb65ff

Complementary Color

#bb65ff #a9ff65

#bb65ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb65ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb65ff Color CSS Codes

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

#bb65ff Text Font Color

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

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


#bb65ff Background Color

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

This div background color is #bb65ff


#bb65ff Border Color

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

This div border color is #bb65ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb65ff


Comments

No comments written yet.

Please login to write comment.