Color Hex Logo

#b182ce Color Hex

#B182CE
(177,130,206)
0 Favorites   0 Comments

Color spaces of #b182ce

RGB 177130206
HSL0.770.440.66
HSV277°37°81°
CMYK 0.140.370.00   0.19
XYZ37.254729.768662.1749
Yxy29.76860.28840.2304
Hunter Lab54.560626.4011-29.3719
CIE-Lab61.454032.0647-32.3847

#b182ce color RGB value is (177,130,206).

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

The process color (four color CMYK) of #b182ce color hex is 0.14, 0.37, 0.00, 0.19. Web safe color of #b182ce is #9999cc. Color #b182ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000010 11001110
Octal 261 202 316
Decimal 177 130 206
Hex B1 82 CE

RGB Percentages of Color #b182ce

%34.50
%25.34
%40.16

CMYK Percentages of Color #b182ce

%14
%37
%0
%19

Triadic Colors of #b182ce

#b182ce #ceb182 #82ceb1

Analogous Colors of #b182ce

#b182ce #ce82c5 #8b82ce

Monochromatic Colors of #b182ce

#b182ce

Complementary Color

#b182ce #9fce82

#b182ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b182ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b182ce Color CSS Codes

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

#b182ce Text Font Color

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

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


#b182ce Background Color

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

This div background color is #b182ce


#b182ce Border Color

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

This div border color is #b182ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b182ce


Comments

No comments written yet.

Please login to write comment.