Color Hex Logo

#b50169 Color Hex

#B50169
(181,1,105)
0 Favorites   0 Comments

Color spaces of #b50169

RGB 1811105
HSL0.900.990.36
HSV325°99°71°
CMYK 0.000.990.42   0.29
XYZ21.616710.865414.3225
Yxy10.86540.46180.2321
Hunter Lab32.962759.3742-2.6880
CIE-Lab39.352866.6119-6.2786

#b50169 color RGB value is (181,1,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000001 01101001
Octal 265 1 151
Decimal 181 1 105
Hex B5 1 69

RGB Percentages of Color #b50169

%63.07
%0.35
%36.59

CMYK Percentages of Color #b50169

%0
%99
%42
%29

Triadic Colors of #b50169

#b50169 #69b501 #0169b5

Analogous Colors of #b50169

#b50169 #b5010f #a701b5

Monochromatic Colors of #b50169

#b50169

Complementary Color

#b50169 #01b54d

#b50169 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50169 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50169 Color CSS Codes

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

#b50169 Text Font Color

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

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


#b50169 Background Color

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

This div background color is #b50169


#b50169 Border Color

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

This div border color is #b50169


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50169


Comments

No comments written yet.

Please login to write comment.