Color Hex Logo

#b147ca Color Hex

#B147CA
(177,71,202)
0 Favorites   0 Comments

Color spaces of #b147ca

RGB 17771202
HSL0.800.550.54
HSV289°65°79°
CMYK 0.120.650.00   0.21
XYZ31.045418.117957.7379
Yxy18.11790.29040.1695
Hunter Lab42.565155.7022-50.6289
CIE-Lab49.638861.4159-48.7111

#b147ca color RGB value is (177,71,202).

#b147ca hex color red value is 177, green value is 71 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b147ca hue: 0.80 , saturation: 0.55 and the lightness value of b147ca is 0.54.

The process color (four color CMYK) of #b147ca color hex is 0.12, 0.65, 0.00, 0.21. Web safe color of #b147ca is #9933cc. Color #b147ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000111 11001010
Octal 261 107 312
Decimal 177 71 202
Hex B1 47 CA

RGB Percentages of Color #b147ca

%39.33
%15.78
%44.89

CMYK Percentages of Color #b147ca

%12
%65
%0
%21

Triadic Colors of #b147ca

#b147ca #cab147 #47cab1

Analogous Colors of #b147ca

#b147ca #ca47a2 #7047ca

Monochromatic Colors of #b147ca

#b147ca

Complementary Color

#b147ca #60ca47

#b147ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b147ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b147ca Color CSS Codes

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

#b147ca Text Font Color

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

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


#b147ca Background Color

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

This div background color is #b147ca


#b147ca Border Color

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

This div border color is #b147ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b147ca


Comments

No comments written yet.

Please login to write comment.