Color Hex Logo

#b14090 Color Hex

#B14090
(177,64,144)
0 Favorites   0 Comments

Color spaces of #b14090

RGB 17764144
HSL0.880.470.47
HSV318°64°69°
CMYK 0.000.640.19   0.31
XYZ24.998915.027527.9686
Yxy15.02750.36770.2210
Hunter Lab38.765347.2714-15.6411
CIE-Lab45.671854.5276-20.8048

#b14090 color RGB value is (177,64,144).

#b14090 hex color red value is 177, green value is 64 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #b14090 hue: 0.88 , saturation: 0.47 and the lightness value of b14090 is 0.47.

The process color (four color CMYK) of #b14090 color hex is 0.00, 0.64, 0.19, 0.31. Web safe color of #b14090 is #993399. Color #b14090 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000000 10010000
Octal 261 100 220
Decimal 177 64 144
Hex B1 40 90

RGB Percentages of Color #b14090

%45.97
%16.62
%37.40

CMYK Percentages of Color #b14090

%0
%64
%19
%31

Triadic Colors of #b14090

#b14090 #90b140 #4090b1

Analogous Colors of #b14090

#b14090 #b14058 #9a40b1

Monochromatic Colors of #b14090

#b14090

Complementary Color

#b14090 #40b161

#b14090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b14090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b14090 Color CSS Codes

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

#b14090 Text Font Color

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

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


#b14090 Background Color

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

This div background color is #b14090


#b14090 Border Color

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

This div border color is #b14090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b14090


Comments

No comments written yet.

Please login to write comment.