Color Hex Logo

#b26cc0 Color Hex

#B26CC0
(178,108,192)
0 Favorites   0 Comments

Color spaces of #b26cc0

RGB 178108192
HSL0.810.400.59
HSV290°44°75°
CMYK 0.070.440.00   0.25
XYZ33.237123.995952.7491
Yxy23.99590.30220.2182
Hunter Lab48.985635.3888-29.5552
CIE-Lab56.083741.5557-32.7956

#b26cc0 color RGB value is (178,108,192).

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

The process color (four color CMYK) of #b26cc0 color hex is 0.07, 0.44, 0.00, 0.25. Web safe color of #b26cc0 is #9966cc. Color #b26cc0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01101100 11000000
Octal 262 154 300
Decimal 178 108 192
Hex B2 6C C0

RGB Percentages of Color #b26cc0

%37.24
%22.59
%40.17

CMYK Percentages of Color #b26cc0

%7
%44
%0
%25

Triadic Colors of #b26cc0

#b26cc0 #c0b26c #6cc0b2

Analogous Colors of #b26cc0

#b26cc0 #c06ca4 #886cc0

Monochromatic Colors of #b26cc0

#b26cc0

Complementary Color

#b26cc0 #7ac06c

#b26cc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b26cc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b26cc0 Color CSS Codes

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

#b26cc0 Text Font Color

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

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


#b26cc0 Background Color

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

This div background color is #b26cc0


#b26cc0 Border Color

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

This div border color is #b26cc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b26cc0


Comments

No comments written yet.

Please login to write comment.