Color Hex Logo

#b51088 Color Hex

#B51088
(181,16,136)
0 Favorites   0 Comments

Color spaces of #b51088

RGB 18116136
HSL0.880.840.39
HSV316°91°71°
CMYK 0.000.910.25   0.29
XYZ23.685311.971924.3550
Yxy11.97190.39470.1995
Hunter Lab34.600461.6392-17.5135
CIE-Lab41.171468.2135-22.8344

#b51088 color RGB value is (181,16,136).

#b51088 hex color red value is 181, green value is 16 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #b51088 hue: 0.88 , saturation: 0.84 and the lightness value of b51088 is 0.39.

The process color (four color CMYK) of #b51088 color hex is 0.00, 0.91, 0.25, 0.29. Web safe color of #b51088 is #cc0099. Color #b51088 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010000 10001000
Octal 265 20 210
Decimal 181 16 136
Hex B5 10 88

RGB Percentages of Color #b51088

%54.35
%4.80
%40.84

CMYK Percentages of Color #b51088

%0
%91
%25
%29

Triadic Colors of #b51088

#b51088 #88b510 #1088b5

Analogous Colors of #b51088

#b51088 #b51035 #9010b5

Monochromatic Colors of #b51088

#b51088

Complementary Color

#b51088 #10b53d

#b51088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51088 Color CSS Codes

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

#b51088 Text Font Color

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

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


#b51088 Background Color

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

This div background color is #b51088


#b51088 Border Color

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

This div border color is #b51088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51088


Comments

No comments written yet.

Please login to write comment.