Color Hex Logo

#b182cc Color Hex

#B182CC
(177,130,204)
0 Favorites   0 Comments

Color spaces of #b182cc

RGB 177130204
HSL0.770.420.65
HSV278°36°80°
CMYK 0.130.360.00   0.20
XYZ37.013229.672060.9032
Yxy29.67200.29010.2326
Hunter Lab54.472025.9630-28.1596
CIE-Lab61.370231.6338-31.3903

#b182cc color RGB value is (177,130,204).

#b182cc hex color red value is 177, green value is 130 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b182cc hue: 0.77 , saturation: 0.42 and the lightness value of b182cc is 0.65.

The process color (four color CMYK) of #b182cc color hex is 0.13, 0.36, 0.00, 0.20. Web safe color of #b182cc is #9999cc. Color #b182cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000010 11001100
Octal 261 202 314
Decimal 177 130 204
Hex B1 82 CC

RGB Percentages of Color #b182cc

%34.64
%25.44
%39.92

CMYK Percentages of Color #b182cc

%13
%36
%0
%20

Triadic Colors of #b182cc

#b182cc #ccb182 #82ccb1

Analogous Colors of #b182cc

#b182cc #cc82c2 #8c82cc

Monochromatic Colors of #b182cc

#b182cc

Complementary Color

#b182cc #9dcc82

#b182cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b182cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b182cc Color CSS Codes

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

#b182cc Text Font Color

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

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


#b182cc Background Color

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

This div background color is #b182cc


#b182cc Border Color

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

This div border color is #b182cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b182cc


Comments

No comments written yet.

Please login to write comment.