Color Hex Logo

#b153cc Color Hex

#B153CC
(177,83,204)
0 Favorites   0 Comments

Color spaces of #b153cc

RGB 17783204
HSL0.800.540.56
HSV287°59°80°
CMYK 0.130.590.00   0.20
XYZ32.123819.893359.2734
Yxy19.89330.28860.1788
Hunter Lab44.601950.5084-47.5717
CIE-Lab51.716456.4026-46.5516

#b153cc color RGB value is (177,83,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010011 11001100
Octal 261 123 314
Decimal 177 83 204
Hex B1 53 CC

RGB Percentages of Color #b153cc

%38.15
%17.89
%43.97

CMYK Percentages of Color #b153cc

%13
%59
%0
%20

Triadic Colors of #b153cc

#b153cc #ccb153 #53ccb1

Analogous Colors of #b153cc

#b153cc #cc53ab #7553cc

Monochromatic Colors of #b153cc

#b153cc

Complementary Color

#b153cc #6ecc53

#b153cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b153cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b153cc Color CSS Codes

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

#b153cc Text Font Color

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

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


#b153cc Background Color

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

This div background color is #b153cc


#b153cc Border Color

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

This div border color is #b153cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b153cc


Comments

No comments written yet.

Please login to write comment.