Color Hex Logo

#bb64ce Color Hex

#BB64CE
(187,100,206)
0 Favorites   0 Comments

Color spaces of #bb64ce

RGB 187100206
HSL0.800.520.60
HSV289°51°81°
CMYK 0.090.510.00   0.19
XYZ36.191324.135461.1436
Yxy24.13540.29790.1987
Hunter Lab49.127845.5232-39.4019
CIE-Lab56.223151.0966-40.4811

#bb64ce color RGB value is (187,100,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100100 11001110
Octal 273 144 316
Decimal 187 100 206
Hex BB 64 CE

RGB Percentages of Color #bb64ce

%37.93
%20.28
%41.78

CMYK Percentages of Color #bb64ce

%9
%51
%0
%19

Triadic Colors of #bb64ce

#bb64ce #cebb64 #64cebb

Analogous Colors of #bb64ce

#bb64ce #ce64ac #8664ce

Monochromatic Colors of #bb64ce

#bb64ce

Complementary Color

#bb64ce #77ce64

#bb64ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb64ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb64ce Color CSS Codes

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

#bb64ce Text Font Color

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

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


#bb64ce Background Color

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

This div background color is #bb64ce


#bb64ce Border Color

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

This div border color is #bb64ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb64ce


Comments

No comments written yet.

Please login to write comment.