Color Hex Logo

#b266ef Color Hex

#B266EF
(178,102,239)
0 Favorites   0 Comments

Color spaces of #b266ef

RGB 178102239
HSL0.760.810.67
HSV273°57°94°
CMYK 0.260.570.00   0.06
XYZ38.691525.199784.4861
Yxy25.19970.26080.1698
Hunter Lab50.199349.7315-64.6464
CIE-Lab57.269554.7466-57.4562

#b266ef color RGB value is (178,102,239).

#b266ef hex color red value is 178, green value is 102 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b266ef hue: 0.76 , saturation: 0.81 and the lightness value of b266ef is 0.67.

The process color (four color CMYK) of #b266ef color hex is 0.26, 0.57, 0.00, 0.06. Web safe color of #b266ef is #9966ff. Color #b266ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100110 11101111
Octal 262 146 357
Decimal 178 102 239
Hex B2 66 EF

RGB Percentages of Color #b266ef

%34.30
%19.65
%46.05

CMYK Percentages of Color #b266ef

%26
%57
%0
%6

Triadic Colors of #b266ef

#b266ef #efb266 #66efb2

Analogous Colors of #b266ef

#b266ef #ef66e8 #6e66ef

Monochromatic Colors of #b266ef

#b266ef

Complementary Color

#b266ef #a3ef66

#b266ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b266ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b266ef Color CSS Codes

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

#b266ef Text Font Color

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

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


#b266ef Background Color

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

This div background color is #b266ef


#b266ef Border Color

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

This div border color is #b266ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b266ef


Comments

No comments written yet.

Please login to write comment.