Color Hex Logo

#b154ca Color Hex

#B154CA
(177,84,202)
0 Favorites   0 Comments

Color spaces of #b154ca

RGB 17784202
HSL0.800.530.56
HSV287°58°79°
CMYK 0.120.580.00   0.21
XYZ31.962519.952058.0436
Yxy19.95200.29070.1815
Hunter Lab44.667749.5595-45.7773
CIE-Lab51.782955.5319-45.2995

#b154ca color RGB value is (177,84,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010100 11001010
Octal 261 124 312
Decimal 177 84 202
Hex B1 54 CA

RGB Percentages of Color #b154ca

%38.23
%18.14
%43.63

CMYK Percentages of Color #b154ca

%12
%58
%0
%21

Triadic Colors of #b154ca

#b154ca #cab154 #54cab1

Analogous Colors of #b154ca

#b154ca #ca54a8 #7654ca

Monochromatic Colors of #b154ca

#b154ca

Complementary Color

#b154ca #6dca54

#b154ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b154ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b154ca Color CSS Codes

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

#b154ca Text Font Color

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

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


#b154ca Background Color

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

This div background color is #b154ca


#b154ca Border Color

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

This div border color is #b154ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b154ca


Comments

No comments written yet.

Please login to write comment.