Color Hex Logo

#b0458f Color Hex

#B0458F
(176,69,143)
0 Favorites   0 Comments

Color spaces of #b0458f

RGB 17669143
HSL0.880.440.48
HSV319°61°69°
CMYK 0.000.610.19   0.31
XYZ24.990515.469527.6554
Yxy15.46950.36690.2271
Hunter Lab39.331344.5864-14.1573
CIE-Lab46.270751.9106-19.2960

#b0458f color RGB value is (176,69,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000101 10001111
Octal 260 105 217
Decimal 176 69 143
Hex B0 45 8F

RGB Percentages of Color #b0458f

%45.36
%17.78
%36.86

CMYK Percentages of Color #b0458f

%0
%61
%19
%31

Triadic Colors of #b0458f

#b0458f #8fb045 #458fb0

Analogous Colors of #b0458f

#b0458f #b04559 #9c45b0

Monochromatic Colors of #b0458f

#b0458f

Complementary Color

#b0458f #45b066

#b0458f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0458f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0458f Color CSS Codes

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

#b0458f Text Font Color

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

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


#b0458f Background Color

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

This div background color is #b0458f


#b0458f Border Color

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

This div border color is #b0458f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0458f


Comments

No comments written yet.

Please login to write comment.