Color Hex Logo

#b177ca Color Hex

#B177CA
(177,119,202)
0 Favorites   0 Comments

Color spaces of #b177ca

RGB 177119202
HSL0.780.440.63
HSV282°41°79°
CMYK 0.120.410.00   0.21
XYZ35.389026.805059.1858
Yxy26.80500.29160.2208
Hunter Lab51.773531.4072-31.5369
CIE-Lab58.793437.3198-34.2693

#b177ca color RGB value is (177,119,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110111 11001010
Octal 261 167 312
Decimal 177 119 202
Hex B1 77 CA

RGB Percentages of Color #b177ca

%35.54
%23.90
%40.56

CMYK Percentages of Color #b177ca

%12
%41
%0
%21

Triadic Colors of #b177ca

#b177ca #cab177 #77cab1

Analogous Colors of #b177ca

#b177ca #ca77ba #8877ca

Monochromatic Colors of #b177ca

#b177ca

Complementary Color

#b177ca #90ca77

#b177ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b177ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b177ca Color CSS Codes

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

#b177ca Text Font Color

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

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


#b177ca Background Color

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

This div background color is #b177ca


#b177ca Border Color

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

This div border color is #b177ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b177ca


Comments

No comments written yet.

Please login to write comment.