Color Hex Logo

#b14281 Color Hex

#B14281
(177,66,129)
0 Favorites   0 Comments

Color spaces of #b14281

RGB 17766129
HSL0.910.460.48
HSV326°63°69°
CMYK 0.000.630.27   0.31
XYZ24.042114.828522.3639
Yxy14.82850.39260.2422
Hunter Lab38.507844.0567-7.4780
CIE-Lab45.398451.5659-12.1435

#b14281 color RGB value is (177,66,129).

#b14281 hex color red value is 177, green value is 66 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #b14281 hue: 0.91 , saturation: 0.46 and the lightness value of b14281 is 0.48.

The process color (four color CMYK) of #b14281 color hex is 0.00, 0.63, 0.27, 0.31. Web safe color of #b14281 is #993399. Color #b14281 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000010 10000001
Octal 261 102 201
Decimal 177 66 129
Hex B1 42 81

RGB Percentages of Color #b14281

%47.58
%17.74
%34.68

CMYK Percentages of Color #b14281

%0
%63
%27
%31

Triadic Colors of #b14281

#b14281 #81b142 #4281b1

Analogous Colors of #b14281

#b14281 #b14249 #aa42b1

Monochromatic Colors of #b14281

#b14281

Complementary Color

#b14281 #42b172

#b14281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b14281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b14281 Color CSS Codes

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

#b14281 Text Font Color

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

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


#b14281 Background Color

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

This div background color is #b14281


#b14281 Border Color

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

This div border color is #b14281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b14281


Comments

No comments written yet.

Please login to write comment.