Color Hex Logo

#b67bda Color Hex

#B67BDA
(182,123,218)
0 Favorites   0 Comments

Color spaces of #b67bda

RGB 182123218
HSL0.770.560.67
HSV277°44°85°
CMYK 0.170.440.00   0.15
XYZ39.029329.173069.9035
Yxy29.17300.28260.2112
Hunter Lab54.012034.4637-38.9259
CIE-Lab60.934040.0265-39.8898

#b67bda color RGB value is (182,123,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111011 11011010
Octal 266 173 332
Decimal 182 123 218
Hex B6 7B DA

RGB Percentages of Color #b67bda

%34.80
%23.52
%41.68

CMYK Percentages of Color #b67bda

%17
%44
%0
%15

Triadic Colors of #b67bda

#b67bda #dab67b #7bdab6

Analogous Colors of #b67bda

#b67bda #da7bcf #877bda

Monochromatic Colors of #b67bda

#b67bda

Complementary Color

#b67bda #9fda7b

#b67bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67bda Color CSS Codes

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

#b67bda Text Font Color

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

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


#b67bda Background Color

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

This div background color is #b67bda


#b67bda Border Color

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

This div border color is #b67bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67bda


Comments

No comments written yet.

Please login to write comment.