Color Hex Logo

#bb65ce Color Hex

#BB65CE
(187,101,206)
0 Favorites   0 Comments

Color spaces of #bb65ce

RGB 187101206
HSL0.800.520.60
HSV289°51°81°
CMYK 0.090.510.00   0.19
XYZ36.287824.328461.1758
Yxy24.32840.29790.1998
Hunter Lab49.323845.0067-39.0101
CIE-Lab56.415150.5909-40.1790

#bb65ce color RGB value is (187,101,206).

#bb65ce hex color red value is 187, green value is 101 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bb65ce hue: 0.80 , saturation: 0.52 and the lightness value of bb65ce is 0.60.

The process color (four color CMYK) of #bb65ce color hex is 0.09, 0.51, 0.00, 0.19. Web safe color of #bb65ce is #cc66cc. Color #bb65ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100101 11001110
Octal 273 145 316
Decimal 187 101 206
Hex BB 65 CE

RGB Percentages of Color #bb65ce

%37.85
%20.45
%41.70

CMYK Percentages of Color #bb65ce

%9
%51
%0
%19

Triadic Colors of #bb65ce

#bb65ce #cebb65 #65cebb

Analogous Colors of #bb65ce

#bb65ce #ce65ad #8765ce

Monochromatic Colors of #bb65ce

#bb65ce

Complementary Color

#bb65ce #78ce65

#bb65ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb65ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb65ce Color CSS Codes

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

#bb65ce Text Font Color

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

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


#bb65ce Background Color

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

This div background color is #bb65ce


#bb65ce Border Color

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

This div border color is #bb65ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb65ce


Comments

No comments written yet.

Please login to write comment.