Color Hex Logo

#b26acc Color Hex

#B26ACC
(178,106,204)
0 Favorites   0 Comments

Color spaces of #b26acc

RGB 178106204
HSL0.790.490.61
HSV284°48°80°
CMYK 0.130.480.00   0.20
XYZ34.413224.132759.9710
Yxy24.13270.29040.2036
Hunter Lab49.125039.0744-37.9927
CIE-Lab56.220445.0733-39.4241

#b26acc color RGB value is (178,106,204).

#b26acc hex color red value is 178, green value is 106 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b26acc hue: 0.79 , saturation: 0.49 and the lightness value of b26acc is 0.61.

The process color (four color CMYK) of #b26acc color hex is 0.13, 0.48, 0.00, 0.20. Web safe color of #b26acc is #9966cc. Color #b26acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01101010 11001100
Octal 262 152 314
Decimal 178 106 204
Hex B2 6A CC

RGB Percentages of Color #b26acc

%36.48
%21.72
%41.80

CMYK Percentages of Color #b26acc

%13
%48
%0
%20

Triadic Colors of #b26acc

#b26acc #ccb26a #6accb2

Analogous Colors of #b26acc

#b26acc #cc6ab5 #816acc

Monochromatic Colors of #b26acc

#b26acc

Complementary Color

#b26acc #84cc6a

#b26acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b26acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b26acc Color CSS Codes

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

#b26acc Text Font Color

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

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


#b26acc Background Color

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

This div background color is #b26acc


#b26acc Border Color

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

This div border color is #b26acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b26acc


Comments

No comments written yet.

Please login to write comment.