Color Hex Logo

#b266be Color Hex

#B266BE
(178,102,190)
0 Favorites   0 Comments

Color spaces of #b266be

RGB 178102190
HSL0.810.400.57
HSV292°46°75°
CMYK 0.060.460.00   0.25
XYZ32.405722.685451.3860
Yxy22.68540.30430.2131
Hunter Lab47.629238.0958-30.6261
CIE-Lab54.746844.3562-33.7358

#b266be color RGB value is (178,102,190).

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

The process color (four color CMYK) of #b266be color hex is 0.06, 0.46, 0.00, 0.25. Web safe color of #b266be is #9966cc. Color #b266be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100110 10111110
Octal 262 146 276
Decimal 178 102 190
Hex B2 66 BE

RGB Percentages of Color #b266be

%37.87
%21.70
%40.43

CMYK Percentages of Color #b266be

%6
%46
%0
%25

Triadic Colors of #b266be

#b266be #beb266 #66beb2

Analogous Colors of #b266be

#b266be #be669e #8666be

Monochromatic Colors of #b266be

#b266be

Complementary Color

#b266be #72be66

#b266be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b266be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b266be Color CSS Codes

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

#b266be Text Font Color

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

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


#b266be Background Color

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

This div background color is #b266be


#b266be Border Color

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

This div border color is #b266be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b266be


Comments

No comments written yet.

Please login to write comment.