Color Hex Logo

#b05094 Color Hex

#B05094
(176,80,148)
0 Favorites   0 Comments

Color spaces of #b05094

RGB 17680148
HSL0.880.380.50
HSV318°55°69°
CMYK 0.000.550.16   0.31
XYZ26.118517.105529.9421
Yxy17.10550.35700.2338
Hunter Lab41.358840.3467-13.9724
CIE-Lab48.392747.5126-19.0362

#b05094 color RGB value is (176,80,148).

#b05094 hex color red value is 176, green value is 80 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #b05094 hue: 0.88 , saturation: 0.38 and the lightness value of b05094 is 0.50.

The process color (four color CMYK) of #b05094 color hex is 0.00, 0.55, 0.16, 0.31. Web safe color of #b05094 is #996699. Color #b05094 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010000 10010100
Octal 260 120 224
Decimal 176 80 148
Hex B0 50 94

RGB Percentages of Color #b05094

%43.56
%19.80
%36.63

CMYK Percentages of Color #b05094

%0
%55
%16
%31

Triadic Colors of #b05094

#b05094 #94b050 #5094b0

Analogous Colors of #b05094

#b05094 #b05064 #9c50b0

Monochromatic Colors of #b05094

#b05094

Complementary Color

#b05094 #50b06c

#b05094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05094 Color CSS Codes

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

#b05094 Text Font Color

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

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


#b05094 Background Color

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

This div background color is #b05094


#b05094 Border Color

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

This div border color is #b05094


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,80,148, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05094


Comments

No comments written yet.

Please login to write comment.