Color Hex Logo

#b14397 Color Hex

#B14397
(177,67,151)
0 Favorites   0 Comments

Color spaces of #b14397

RGB 17767151
HSL0.870.450.48
HSV314°62°69°
CMYK 0.000.620.15   0.31
XYZ25.724515.595830.9326
Yxy15.59580.35600.2159
Hunter Lab39.491547.1635-18.7961
CIE-Lab46.439754.2880-23.8221

#b14397 color RGB value is (177,67,151).

#b14397 hex color red value is 177, green value is 67 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #b14397 hue: 0.87 , saturation: 0.45 and the lightness value of b14397 is 0.48.

The process color (four color CMYK) of #b14397 color hex is 0.00, 0.62, 0.15, 0.31. Web safe color of #b14397 is #993399. Color #b14397 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000011 10010111
Octal 261 103 227
Decimal 177 67 151
Hex B1 43 97

RGB Percentages of Color #b14397

%44.81
%16.96
%38.23

CMYK Percentages of Color #b14397

%0
%62
%15
%31

Triadic Colors of #b14397

#b14397 #97b143 #4397b1

Analogous Colors of #b14397

#b14397 #b14360 #9443b1

Monochromatic Colors of #b14397

#b14397

Complementary Color

#b14397 #43b15d

#b14397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b14397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b14397 Color CSS Codes

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

#b14397 Text Font Color

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

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


#b14397 Background Color

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

This div background color is #b14397


#b14397 Border Color

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

This div border color is #b14397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b14397


Comments

No comments written yet.

Please login to write comment.