Color Hex Logo

#b164ca Color Hex

#B164CA
(177,100,202)
0 Favorites   0 Comments

Color spaces of #b164ca

RGB 177100202
HSL0.790.490.59
HSV285°50°79°
CMYK 0.120.500.00   0.21
XYZ33.349322.725758.5059
Yxy22.72570.29110.1983
Hunter Lab47.671541.4473-39.3950
CIE-Lab54.788747.5336-40.5466

#b164ca color RGB value is (177,100,202).

#b164ca hex color red value is 177, green value is 100 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b164ca hue: 0.79 , saturation: 0.49 and the lightness value of b164ca is 0.59.

The process color (four color CMYK) of #b164ca color hex is 0.12, 0.50, 0.00, 0.21. Web safe color of #b164ca is #9966cc. Color #b164ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100100 11001010
Octal 261 144 312
Decimal 177 100 202
Hex B1 64 CA

RGB Percentages of Color #b164ca

%36.95
%20.88
%42.17

CMYK Percentages of Color #b164ca

%12
%50
%0
%21

Triadic Colors of #b164ca

#b164ca #cab164 #64cab1

Analogous Colors of #b164ca

#b164ca #ca64b0 #7e64ca

Monochromatic Colors of #b164ca

#b164ca

Complementary Color

#b164ca #7dca64

#b164ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b164ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b164ca Color CSS Codes

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

#b164ca Text Font Color

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

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


#b164ca Background Color

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

This div background color is #b164ca


#b164ca Border Color

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

This div border color is #b164ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b164ca


Comments

No comments written yet.

Please login to write comment.