Color Hex Logo

#b181cf Color Hex

#B181CF
(177,129,207)
0 Favorites   0 Comments

Color spaces of #b181cf

RGB 177129207
HSL0.770.450.66
HSV277°38°81°
CMYK 0.140.380.00   0.19
XYZ37.244229.552662.7727
Yxy29.55260.28740.2281
Hunter Lab54.362327.1582-30.4091
CIE-Lab61.266332.8398-33.2386

#b181cf color RGB value is (177,129,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000001 11001111
Octal 261 201 317
Decimal 177 129 207
Hex B1 81 CF

RGB Percentages of Color #b181cf

%34.50
%25.15
%40.35

CMYK Percentages of Color #b181cf

%14
%38
%0
%19

Triadic Colors of #b181cf

#b181cf #cfb181 #81cfb1

Analogous Colors of #b181cf

#b181cf #cf81c6 #8a81cf

Monochromatic Colors of #b181cf

#b181cf

Complementary Color

#b181cf #9fcf81

#b181cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b181cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b181cf Color CSS Codes

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

#b181cf Text Font Color

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

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


#b181cf Background Color

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

This div background color is #b181cf


#b181cf Border Color

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

This div border color is #b181cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b181cf


Comments

No comments written yet.

Please login to write comment.