Color Hex Logo

#b180cd Color Hex

#B180CD
(177,128,205)
0 Favorites   0 Comments

Color spaces of #b180cd

RGB 177128205
HSL0.770.440.65
HSV278°38°80°
CMYK 0.140.380.00   0.20
XYZ36.870129.193261.4492
Yxy29.19320.28910.2289
Hunter Lab54.030727.2531-29.6091
CIE-Lab60.951832.9662-32.6027

#b180cd color RGB value is (177,128,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000000 11001101
Octal 261 200 315
Decimal 177 128 205
Hex B1 80 CD

RGB Percentages of Color #b180cd

%34.71
%25.10
%40.20

CMYK Percentages of Color #b180cd

%14
%38
%0
%20

Triadic Colors of #b180cd

#b180cd #cdb180 #80cdb1

Analogous Colors of #b180cd

#b180cd #cd80c3 #8b80cd

Monochromatic Colors of #b180cd

#b180cd

Complementary Color

#b180cd #9ccd80

#b180cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b180cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b180cd Color CSS Codes

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

#b180cd Text Font Color

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

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


#b180cd Background Color

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

This div background color is #b180cd


#b180cd Border Color

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

This div border color is #b180cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b180cd


Comments

No comments written yet.

Please login to write comment.