Color Hex Logo

#b67ada Color Hex

#B67ADA
(182,122,218)
0 Favorites   0 Comments

Color spaces of #b67ada

RGB 182122218
HSL0.770.560.67
HSV278°44°85°
CMYK 0.170.440.00   0.15
XYZ38.905828.926169.8624
Yxy28.92610.28260.2101
Hunter Lab53.783035.0040-39.3677
CIE-Lab60.716440.5722-40.2312

#b67ada color RGB value is (182,122,218).

#b67ada hex color red value is 182, green value is 122 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b67ada hue: 0.77 , saturation: 0.56 and the lightness value of b67ada is 0.67.

The process color (four color CMYK) of #b67ada color hex is 0.17, 0.44, 0.00, 0.15. Web safe color of #b67ada is #cc66cc. Color #b67ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111010 11011010
Octal 266 172 332
Decimal 182 122 218
Hex B6 7A DA

RGB Percentages of Color #b67ada

%34.87
%23.37
%41.76

CMYK Percentages of Color #b67ada

%17
%44
%0
%15

Triadic Colors of #b67ada

#b67ada #dab67a #7adab6

Analogous Colors of #b67ada

#b67ada #da7ace #867ada

Monochromatic Colors of #b67ada

#b67ada

Complementary Color

#b67ada #9eda7a

#b67ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67ada Color CSS Codes

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

#b67ada Text Font Color

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

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


#b67ada Background Color

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

This div background color is #b67ada


#b67ada Border Color

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

This div border color is #b67ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67ada


Comments

No comments written yet.

Please login to write comment.