Color Hex Logo

#b146ca Color Hex

#B146CA
(177,70,202)
0 Favorites   0 Comments

Color spaces of #b146ca

RGB 17770202
HSL0.800.550.53
HSV289°65°79°
CMYK 0.120.650.00   0.21
XYZ30.982317.991757.7169
Yxy17.99170.29040.1686
Hunter Lab42.416656.1523-50.9851
CIE-Lab49.486061.8408-48.9548

#b146ca color RGB value is (177,70,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000110 11001010
Octal 261 106 312
Decimal 177 70 202
Hex B1 46 CA

RGB Percentages of Color #b146ca

%39.42
%15.59
%44.99

CMYK Percentages of Color #b146ca

%12
%65
%0
%21

Triadic Colors of #b146ca

#b146ca #cab146 #46cab1

Analogous Colors of #b146ca

#b146ca #ca46a1 #6f46ca

Monochromatic Colors of #b146ca

#b146ca

Complementary Color

#b146ca #5fca46

#b146ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b146ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b146ca Color CSS Codes

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

#b146ca Text Font Color

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

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


#b146ca Background Color

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

This div background color is #b146ca


#b146ca Border Color

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

This div border color is #b146ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b146ca


Comments

No comments written yet.

Please login to write comment.