Color Hex Logo

#b175ca Color Hex

#B175CA
(177,117,202)
0 Favorites   0 Comments

Color spaces of #b175ca

RGB 177117202
HSL0.780.450.63
HSV282°42°79°
CMYK 0.120.420.00   0.21
XYZ35.153426.334059.1073
Yxy26.33400.29150.2184
Hunter Lab51.316732.4735-32.3694
CIE-Lab58.352738.4192-34.9569

#b175ca color RGB value is (177,117,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110101 11001010
Octal 261 165 312
Decimal 177 117 202
Hex B1 75 CA

RGB Percentages of Color #b175ca

%35.69
%23.59
%40.73

CMYK Percentages of Color #b175ca

%12
%42
%0
%21

Triadic Colors of #b175ca

#b175ca #cab175 #75cab1

Analogous Colors of #b175ca

#b175ca #ca75b9 #8775ca

Monochromatic Colors of #b175ca

#b175ca

Complementary Color

#b175ca #8eca75

#b175ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b175ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b175ca Color CSS Codes

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

#b175ca Text Font Color

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

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


#b175ca Background Color

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

This div background color is #b175ca


#b175ca Border Color

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

This div border color is #b175ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b175ca


Comments

No comments written yet.

Please login to write comment.