Color Hex Logo

#b26ada Color Hex

#B26ADA
(178,106,218)
0 Favorites   0 Comments

Color spaces of #b26ada

RGB 178106218
HSL0.770.600.64
HSV279°51°85°
CMYK 0.180.510.00   0.15
XYZ36.169024.835069.2170
Yxy24.83500.27780.1907
Hunter Lab49.834742.3408-47.4654
CIE-Lab56.914348.0429-46.2537

#b26ada color RGB value is (178,106,218).

#b26ada hex color red value is 178, green value is 106 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b26ada hue: 0.77 , saturation: 0.60 and the lightness value of b26ada is 0.64.

The process color (four color CMYK) of #b26ada color hex is 0.18, 0.51, 0.00, 0.15. Web safe color of #b26ada is #9966cc. Color #b26ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01101010 11011010
Octal 262 152 332
Decimal 178 106 218
Hex B2 6A DA

RGB Percentages of Color #b26ada

%35.46
%21.12
%43.43

CMYK Percentages of Color #b26ada

%18
%51
%0
%15

Triadic Colors of #b26ada

#b26ada #dab26a #6adab2

Analogous Colors of #b26ada

#b26ada #da6aca #7a6ada

Monochromatic Colors of #b26ada

#b26ada

Complementary Color

#b26ada #92da6a

#b26ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b26ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#b26ada Color CSS Codes

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

#b26ada Text Font Color

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

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


#b26ada Background Color

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

This div background color is #b26ada


#b26ada Border Color

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

This div border color is #b26ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b26ada


Comments

No comments written yet.

Please login to write comment.