Color Hex Logo

#b05188 Color Hex

#B05188
(176,81,136)
0 Favorites   0 Comments

Color spaces of #b05188

RGB 17681136
HSL0.900.380.50
HSV325°54°69°
CMYK 0.000.540.23   0.31
XYZ25.290916.892525.2202
Yxy16.89250.37520.2506
Hunter Lab41.100537.9129-7.6114
CIE-Lab48.124345.1991-12.2676

#b05188 color RGB value is (176,81,136).

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

The process color (four color CMYK) of #b05188 color hex is 0.00, 0.54, 0.23, 0.31. Web safe color of #b05188 is #996699. Color #b05188 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010001 10001000
Octal 260 121 210
Decimal 176 81 136
Hex B0 51 88

RGB Percentages of Color #b05188

%44.78
%20.61
%34.61

CMYK Percentages of Color #b05188

%0
%54
%23
%31

Triadic Colors of #b05188

#b05188 #88b051 #5188b0

Analogous Colors of #b05188

#b05188 #b05158 #a951b0

Monochromatic Colors of #b05188

#b05188

Complementary Color

#b05188 #51b079

#b05188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05188 Color CSS Codes

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

#b05188 Text Font Color

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

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


#b05188 Background Color

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

This div background color is #b05188


#b05188 Border Color

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

This div border color is #b05188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05188


Comments

No comments written yet.

Please login to write comment.