Color Hex Logo

#b05499 Color Hex

#B05499
(176,84,153)
0 Favorites   0 Comments

Color spaces of #b05499

RGB 17684153
HSL0.880.370.51
HSV315°52°69°
CMYK 0.000.520.13   0.31
XYZ26.824617.870732.1726
Yxy17.87070.34900.2325
Hunter Lab42.273839.2872-15.5313
CIE-Lab49.338946.3374-20.5573

#b05499 color RGB value is (176,84,153).

#b05499 hex color red value is 176, green value is 84 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #b05499 hue: 0.88 , saturation: 0.37 and the lightness value of b05499 is 0.51.

The process color (four color CMYK) of #b05499 color hex is 0.00, 0.52, 0.13, 0.31. Web safe color of #b05499 is #996699. Color #b05499 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010100 10011001
Octal 260 124 231
Decimal 176 84 153
Hex B0 54 99

RGB Percentages of Color #b05499

%42.62
%20.34
%37.05

CMYK Percentages of Color #b05499

%0
%52
%13
%31

Triadic Colors of #b05499

#b05499 #99b054 #5499b0

Analogous Colors of #b05499

#b05499 #b0546b #9954b0

Monochromatic Colors of #b05499

#b05499

Complementary Color

#b05499 #54b06b

#b05499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05499 Color CSS Codes

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

#b05499 Text Font Color

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

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


#b05499 Background Color

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

This div background color is #b05499


#b05499 Border Color

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

This div border color is #b05499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05499


Comments

No comments written yet.

Please login to write comment.