Color Hex Logo

#b180cf Color Hex

#B180CF
(177,128,207)
0 Favorites   0 Comments

Color spaces of #b180cf

RGB 177128207
HSL0.770.450.66
HSV277°38°81°
CMYK 0.140.380.00   0.19
XYZ37.113129.290462.7290
Yxy29.29040.28740.2268
Hunter Lab54.120627.6950-30.8362
CIE-Lab61.037133.3979-33.5951

#b180cf color RGB value is (177,128,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000000 11001111
Octal 261 200 317
Decimal 177 128 207
Hex B1 80 CF

RGB Percentages of Color #b180cf

%34.57
%25.00
%40.43

CMYK Percentages of Color #b180cf

%14
%38
%0
%19

Triadic Colors of #b180cf

#b180cf #cfb180 #80cfb1

Analogous Colors of #b180cf

#b180cf #cf80c6 #8a80cf

Monochromatic Colors of #b180cf

#b180cf

Complementary Color

#b180cf #9ecf80

#b180cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b180cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b180cf Color CSS Codes

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

#b180cf Text Font Color

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

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


#b180cf Background Color

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

This div background color is #b180cf


#b180cf Border Color

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

This div border color is #b180cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b180cf


Comments

No comments written yet.

Please login to write comment.