Color Hex Logo

#b164dc Color Hex

#B164DC
(177,100,220)
0 Favorites   0 Comments

Color spaces of #b164dc

RGB 177100220
HSL0.770.630.63
HSV279°55°86°
CMYK 0.200.550.00   0.14
XYZ35.606923.628870.3943
Yxy23.62880.27470.1823
Hunter Lab48.609545.6864-51.8348
CIE-Lab55.714251.3289-49.2923

#b164dc color RGB value is (177,100,220).

#b164dc hex color red value is 177, green value is 100 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b164dc hue: 0.77 , saturation: 0.63 and the lightness value of b164dc is 0.63.

The process color (four color CMYK) of #b164dc color hex is 0.20, 0.55, 0.00, 0.14. Web safe color of #b164dc is #9966cc. Color #b164dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100100 11011100
Octal 261 144 334
Decimal 177 100 220
Hex B1 64 DC

RGB Percentages of Color #b164dc

%35.61
%20.12
%44.27

CMYK Percentages of Color #b164dc

%20
%55
%0
%14

Triadic Colors of #b164dc

#b164dc #dcb164 #64dcb1

Analogous Colors of #b164dc

#b164dc #dc64cb #7564dc

Monochromatic Colors of #b164dc

#b164dc

Complementary Color

#b164dc #8fdc64

#b164dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b164dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b164dc Color CSS Codes

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

#b164dc Text Font Color

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

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


#b164dc Background Color

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

This div background color is #b164dc


#b164dc Border Color

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

This div border color is #b164dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,100,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b164dc


Comments

No comments written yet.

Please login to write comment.