Color Hex Logo

#b182cd Color Hex

#B182CD
(177,130,205)
0 Favorites   0 Comments

Color spaces of #b182cd

RGB 177130205
HSL0.770.430.66
HSV278°37°80°
CMYK 0.140.370.00   0.20
XYZ37.133529.720261.5370
Yxy29.72020.28920.2315
Hunter Lab54.516226.1811-28.7642
CIE-Lab61.412031.8485-31.8878

#b182cd color RGB value is (177,130,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000010 11001101
Octal 261 202 315
Decimal 177 130 205
Hex B1 82 CD

RGB Percentages of Color #b182cd

%34.57
%25.39
%40.04

CMYK Percentages of Color #b182cd

%14
%37
%0
%20

Triadic Colors of #b182cd

#b182cd #cdb182 #82cdb1

Analogous Colors of #b182cd

#b182cd #cd82c4 #8c82cd

Monochromatic Colors of #b182cd

#b182cd

Complementary Color

#b182cd #9ecd82

#b182cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b182cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b182cd Color CSS Codes

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

#b182cd Text Font Color

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

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


#b182cd Background Color

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

This div background color is #b182cd


#b182cd Border Color

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

This div border color is #b182cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b182cd


Comments

No comments written yet.

Please login to write comment.