Color Hex Logo

#b266ee Color Hex

#B266EE
(178,102,238)
0 Favorites   0 Comments

Color spaces of #b266ee

RGB 178102238
HSL0.760.800.67
HSV274°57°93°
CMYK 0.250.570.00   0.07
XYZ38.544125.140883.7101
Yxy25.14080.26150.1706
Hunter Lab50.140649.4705-63.8867
CIE-Lab57.212454.5216-56.9903

#b266ee color RGB value is (178,102,238).

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

The process color (four color CMYK) of #b266ee color hex is 0.25, 0.57, 0.00, 0.07. Web safe color of #b266ee is #9966ff. Color #b266ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100110 11101110
Octal 262 146 356
Decimal 178 102 238
Hex B2 66 EE

RGB Percentages of Color #b266ee

%34.36
%19.69
%45.95

CMYK Percentages of Color #b266ee

%25
%57
%0
%7

Triadic Colors of #b266ee

#b266ee #eeb266 #66eeb2

Analogous Colors of #b266ee

#b266ee #ee66e6 #6e66ee

Monochromatic Colors of #b266ee

#b266ee

Complementary Color

#b266ee #a2ee66

#b266ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b266ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b266ee Color CSS Codes

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

#b266ee Text Font Color

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

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


#b266ee Background Color

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

This div background color is #b266ee


#b266ee Border Color

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

This div border color is #b266ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b266ee


Comments

No comments written yet.

Please login to write comment.