Color Hex Logo

#b1458f Color Hex

#B1458F
(177,69,143)
0 Favorites   0 Comments

Color spaces of #b1458f

RGB 17769143
HSL0.890.440.48
HSV319°61°69°
CMYK 0.000.610.19   0.31
XYZ25.217515.586527.6660
Yxy15.58650.36830.2276
Hunter Lab39.479744.9265-13.9125
CIE-Lab46.427252.2026-19.0422

#b1458f color RGB value is (177,69,143).

#b1458f hex color red value is 177, green value is 69 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #b1458f hue: 0.89 , saturation: 0.44 and the lightness value of b1458f is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000101 10001111
Octal 261 105 217
Decimal 177 69 143
Hex B1 45 8F

RGB Percentages of Color #b1458f

%45.50
%17.74
%36.76

CMYK Percentages of Color #b1458f

%0
%61
%19
%31

Triadic Colors of #b1458f

#b1458f #8fb145 #458fb1

Analogous Colors of #b1458f

#b1458f #b14559 #9d45b1

Monochromatic Colors of #b1458f

#b1458f

Complementary Color

#b1458f #45b167

#b1458f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1458f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1458f Color CSS Codes

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

#b1458f Text Font Color

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

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


#b1458f Background Color

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

This div background color is #b1458f


#b1458f Border Color

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

This div border color is #b1458f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1458f


Comments

No comments written yet.

Please login to write comment.