Color Hex Logo

#bb68ed Color Hex

#BB68ED
(187,104,237)
0 Favorites   0 Comments

Color spaces of #bb68ed

RGB 187104237
HSL0.770.790.67
HSV277°56°93°
CMYK 0.210.560.00   0.07
XYZ40.729926.579883.1045
Yxy26.57980.27080.1767
Hunter Lab51.555650.7961-59.4830
CIE-Lab58.583455.4798-54.1836

#bb68ed color RGB value is (187,104,237).

#bb68ed hex color red value is 187, green value is 104 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bb68ed hue: 0.77 , saturation: 0.79 and the lightness value of bb68ed is 0.67.

The process color (four color CMYK) of #bb68ed color hex is 0.21, 0.56, 0.00, 0.07. Web safe color of #bb68ed is #cc66ff. Color #bb68ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101000 11101101
Octal 273 150 355
Decimal 187 104 237
Hex BB 68 ED

RGB Percentages of Color #bb68ed

%35.42
%19.70
%44.89

CMYK Percentages of Color #bb68ed

%21
%56
%0
%7

Triadic Colors of #bb68ed

#bb68ed #edbb68 #68edbb

Analogous Colors of #bb68ed

#bb68ed #ed68dd #7968ed

Monochromatic Colors of #bb68ed

#bb68ed

Complementary Color

#bb68ed #9aed68

#bb68ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb68ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb68ed Color CSS Codes

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

#bb68ed Text Font Color

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

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


#bb68ed Background Color

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

This div background color is #bb68ed


#bb68ed Border Color

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

This div border color is #bb68ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb68ed


Comments

No comments written yet.

Please login to write comment.