Color Hex Logo

#b152cc Color Hex

#B152CC
(177,82,204)
0 Favorites   0 Comments

Color spaces of #b152cc

RGB 17782204
HSL0.800.540.56
HSV287°60°80°
CMYK 0.130.600.00   0.20
XYZ32.047819.741359.2481
Yxy19.74130.28860.1778
Hunter Lab44.431250.9958-47.9602
CIE-Lab51.543456.8730-46.8264

#b152cc color RGB value is (177,82,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010010 11001100
Octal 261 122 314
Decimal 177 82 204
Hex B1 52 CC

RGB Percentages of Color #b152cc

%38.23
%17.71
%44.06

CMYK Percentages of Color #b152cc

%13
%60
%0
%20

Triadic Colors of #b152cc

#b152cc #ccb152 #52ccb1

Analogous Colors of #b152cc

#b152cc #cc52aa #7452cc

Monochromatic Colors of #b152cc

#b152cc

Complementary Color

#b152cc #6dcc52

#b152cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b152cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b152cc Color CSS Codes

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

#b152cc Text Font Color

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

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


#b152cc Background Color

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

This div background color is #b152cc


#b152cc Border Color

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

This div border color is #b152cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b152cc


Comments

No comments written yet.

Please login to write comment.