Color Hex Logo

#bb64de Color Hex

#BB64DE
(187,100,222)
0 Favorites   0 Comments

Color spaces of #bb64de

RGB 187100222
HSL0.790.650.63
HSV283°55°87°
CMYK 0.160.550.00   0.13
XYZ38.235524.953171.9084
Yxy24.95310.28300.1847
Hunter Lab49.953149.2111-50.3819
CIE-Lab57.029754.3186-48.2553

#bb64de color RGB value is (187,100,222).

#bb64de hex color red value is 187, green value is 100 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bb64de hue: 0.79 , saturation: 0.65 and the lightness value of bb64de is 0.63.

The process color (four color CMYK) of #bb64de color hex is 0.16, 0.55, 0.00, 0.13. Web safe color of #bb64de is #cc66cc. Color #bb64de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100100 11011110
Octal 273 144 336
Decimal 187 100 222
Hex BB 64 DE

RGB Percentages of Color #bb64de

%36.74
%19.65
%43.61

CMYK Percentages of Color #bb64de

%16
%55
%0
%13

Triadic Colors of #bb64de

#bb64de #debb64 #64debb

Analogous Colors of #bb64de

#bb64de #de64c4 #7e64de

Monochromatic Colors of #bb64de

#bb64de

Complementary Color

#bb64de #87de64

#bb64de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb64de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb64de Color CSS Codes

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

#bb64de Text Font Color

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

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


#bb64de Background Color

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

This div background color is #bb64de


#bb64de Border Color

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

This div border color is #bb64de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb64de


Comments

No comments written yet.

Please login to write comment.