Color Hex Logo

#b05098 Color Hex

#B05098
(176,80,152)
0 Favorites   0 Comments

Color spaces of #b05098

RGB 17680152
HSL0.880.380.50
HSV315°55°69°
CMYK 0.000.550.14   0.31
XYZ26.440717.234431.6388
Yxy17.23440.35110.2288
Hunter Lab41.514341.0375-16.1259
CIE-Lab48.554048.1484-21.1697

#b05098 color RGB value is (176,80,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010000 10011000
Octal 260 120 230
Decimal 176 80 152
Hex B0 50 98

RGB Percentages of Color #b05098

%43.14
%19.61
%37.25

CMYK Percentages of Color #b05098

%0
%55
%14
%31

Triadic Colors of #b05098

#b05098 #98b050 #5098b0

Analogous Colors of #b05098

#b05098 #b05068 #9850b0

Monochromatic Colors of #b05098

#b05098

Complementary Color

#b05098 #50b068

#b05098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05098 Color CSS Codes

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

#b05098 Text Font Color

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

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


#b05098 Background Color

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

This div background color is #b05098


#b05098 Border Color

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

This div border color is #b05098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05098


Comments

No comments written yet.

Please login to write comment.