Color Hex Logo

#b266ed Color Hex

#B266ED
(178,102,237)
0 Favorites   0 Comments

Color spaces of #b266ed

RGB 178102237
HSL0.760.790.66
HSV274°57°93°
CMYK 0.250.570.00   0.07
XYZ38.397525.082182.9383
Yxy25.08210.26220.1713
Hunter Lab50.082049.2110-63.1297
CIE-Lab57.155354.2976-56.5238

#b266ed color RGB value is (178,102,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100110 11101101
Octal 262 146 355
Decimal 178 102 237
Hex B2 66 ED

RGB Percentages of Color #b266ed

%34.43
%19.73
%45.84

CMYK Percentages of Color #b266ed

%25
%57
%0
%7

Triadic Colors of #b266ed

#b266ed #edb266 #66edb2

Analogous Colors of #b266ed

#b266ed #ed66e5 #6f66ed

Monochromatic Colors of #b266ed

#b266ed

Complementary Color

#b266ed #a1ed66

#b266ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b266ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b266ed Color CSS Codes

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

#b266ed Text Font Color

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

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


#b266ed Background Color

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

This div background color is #b266ed


#b266ed Border Color

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

This div border color is #b266ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,102,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 #b266ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b266ed


Comments

No comments written yet.

Please login to write comment.