Color Hex Logo

#bf66eb Color Hex

#BF66EB
(191,102,235)
0 Favorites   0 Comments

Color spaces of #bf66eb

RGB 191102235
HSL0.780.770.66
HSV280°57°92°
CMYK 0.190.570.00   0.08
XYZ41.232626.577381.5540
Yxy26.57730.27610.1779
Hunter Lab51.553252.5475-57.7060
CIE-Lab58.581057.0344-53.0438

#bf66eb color RGB value is (191,102,235).

#bf66eb hex color red value is 191, green value is 102 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bf66eb hue: 0.78 , saturation: 0.77 and the lightness value of bf66eb is 0.66.

The process color (four color CMYK) of #bf66eb color hex is 0.19, 0.57, 0.00, 0.08. Web safe color of #bf66eb is #cc66ff. Color #bf66eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01100110 11101011
Octal 277 146 353
Decimal 191 102 235
Hex BF 66 EB

RGB Percentages of Color #bf66eb

%36.17
%19.32
%44.51

CMYK Percentages of Color #bf66eb

%19
%57
%0
%8

Triadic Colors of #bf66eb

#bf66eb #ebbf66 #66ebbf

Analogous Colors of #bf66eb

#bf66eb #eb66d5 #7d66eb

Monochromatic Colors of #bf66eb

#bf66eb

Complementary Color

#bf66eb #92eb66

#bf66eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf66eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf66eb Color CSS Codes

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

#bf66eb Text Font Color

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

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


#bf66eb Background Color

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

This div background color is #bf66eb


#bf66eb Border Color

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

This div border color is #bf66eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,102,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bf66eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bf66eb;
  -webkit-box-shadow: 1px 1px 3px 2px #bf66eb;
  box-shadow:         1px 1px 3px 2px #bf66eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,102,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf66eb


Comments

No comments written yet.

Please login to write comment.