Color Hex Logo

#b50166 Color Hex

#B50166
(181,1,102)
0 Favorites   0 Comments

Color spaces of #b50166

RGB 1811102
HSL0.910.990.36
HSV326°99°71°
CMYK 0.000.990.44   0.29
XYZ21.465210.804813.5246
Yxy10.80480.46870.2359
Hunter Lab32.870759.0404-1.3854
CIE-Lab39.249766.3416-4.5313

#b50166 color RGB value is (181,1,102).

#b50166 hex color red value is 181, green value is 1 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #b50166 hue: 0.91 , saturation: 0.99 and the lightness value of b50166 is 0.36.

The process color (four color CMYK) of #b50166 color hex is 0.00, 0.99, 0.44, 0.29. Web safe color of #b50166 is #cc0066. Color #b50166 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000001 01100110
Octal 265 1 146
Decimal 181 1 102
Hex B5 1 66

RGB Percentages of Color #b50166

%63.73
%0.35
%35.92

CMYK Percentages of Color #b50166

%0
%99
%44
%29

Triadic Colors of #b50166

#b50166 #66b501 #0166b5

Analogous Colors of #b50166

#b50166 #b5010c #aa01b5

Monochromatic Colors of #b50166

#b50166

Complementary Color

#b50166 #01b550

#b50166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50166 Color CSS Codes

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

#b50166 Text Font Color

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

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


#b50166 Background Color

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

This div background color is #b50166


#b50166 Border Color

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

This div border color is #b50166


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,1,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50166


Comments

No comments written yet.

Please login to write comment.