Color Hex Logo

#b173ca Color Hex

#B173CA
(177,115,202)
0 Favorites   0 Comments

Color spaces of #b173ca

RGB 177115202
HSL0.790.450.62
HSV283°43°79°
CMYK 0.120.430.00   0.21
XYZ34.922925.872859.0304
Yxy25.87280.29140.2159
Hunter Lab50.865333.5395-33.2017
CIE-Lab57.916139.5150-35.6389

#b173ca color RGB value is (177,115,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110011 11001010
Octal 261 163 312
Decimal 177 115 202
Hex B1 73 CA

RGB Percentages of Color #b173ca

%35.83
%23.28
%40.89

CMYK Percentages of Color #b173ca

%12
%43
%0
%21

Triadic Colors of #b173ca

#b173ca #cab173 #73cab1

Analogous Colors of #b173ca

#b173ca #ca73b8 #8673ca

Monochromatic Colors of #b173ca

#b173ca

Complementary Color

#b173ca #8cca73

#b173ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b173ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b173ca Color CSS Codes

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

#b173ca Text Font Color

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

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


#b173ca Background Color

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

This div background color is #b173ca


#b173ca Border Color

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

This div border color is #b173ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b173ca


Comments

No comments written yet.

Please login to write comment.