Color Hex Logo

#b164da Color Hex

#B164DA
(177,100,218)
0 Favorites   0 Comments

Color spaces of #b164da

RGB 177100218
HSL0.780.610.62
HSV279°54°85°
CMYK 0.190.540.00   0.15
XYZ35.343523.523469.0073
Yxy23.52340.27640.1840
Hunter Lab48.500945.1995-50.4074
CIE-Lab55.607450.8982-48.3331

#b164da color RGB value is (177,100,218).

#b164da hex color red value is 177, green value is 100 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b164da hue: 0.78 , saturation: 0.61 and the lightness value of b164da is 0.62.

The process color (four color CMYK) of #b164da color hex is 0.19, 0.54, 0.00, 0.15. Web safe color of #b164da is #9966cc. Color #b164da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100100 11011010
Octal 261 144 332
Decimal 177 100 218
Hex B1 64 DA

RGB Percentages of Color #b164da

%35.76
%20.20
%44.04

CMYK Percentages of Color #b164da

%19
%54
%0
%15

Triadic Colors of #b164da

#b164da #dab164 #64dab1

Analogous Colors of #b164da

#b164da #da64c8 #7664da

Monochromatic Colors of #b164da

#b164da

Complementary Color

#b164da #8dda64

#b164da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b164da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b164da Color CSS Codes

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

#b164da Text Font Color

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

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


#b164da Background Color

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

This div background color is #b164da


#b164da Border Color

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

This div border color is #b164da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b164da

#b164da Color Palettes


Comments

No comments written yet.

Please login to write comment.