Color Hex Logo

#b154cc Color Hex

#B154CC
(177,84,204)
0 Favorites   0 Comments

Color spaces of #b154cc

RGB 17784204
HSL0.800.540.56
HSV287°59°80°
CMYK 0.130.590.00   0.20
XYZ32.200920.047459.2991
Yxy20.04740.28870.1797
Hunter Lab44.774350.0190-47.1816
CIE-Lab51.890855.9293-46.2745

#b154cc color RGB value is (177,84,204).

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

The process color (four color CMYK) of #b154cc color hex is 0.13, 0.59, 0.00, 0.20. Web safe color of #b154cc is #9966cc. Color #b154cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010100 11001100
Octal 261 124 314
Decimal 177 84 204
Hex B1 54 CC

RGB Percentages of Color #b154cc

%38.06
%18.06
%43.87

CMYK Percentages of Color #b154cc

%13
%59
%0
%20

Triadic Colors of #b154cc

#b154cc #ccb154 #54ccb1

Analogous Colors of #b154cc

#b154cc #cc54ab #7554cc

Monochromatic Colors of #b154cc

#b154cc

Complementary Color

#b154cc #6fcc54

#b154cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b154cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b154cc Color CSS Codes

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

#b154cc Text Font Color

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

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


#b154cc Background Color

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

This div background color is #b154cc


#b154cc Border Color

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

This div border color is #b154cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,84,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b154cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b154cc


Comments

No comments written yet.

Please login to write comment.