Color Hex Logo

#b61b83 Color Hex

#B61B83
(182,27,131)
0 Favorites   0 Comments

Color spaces of #b61b83

RGB 18227131
HSL0.890.740.41
HSV320°85°71°
CMYK 0.000.850.28   0.29
XYZ23.780112.367622.6066
Yxy12.36760.40470.2105
Hunter Lab35.167659.1572-13.4958
CIE-Lab41.794565.9471-18.7825

#b61b83 color RGB value is (182,27,131).

#b61b83 hex color red value is 182, green value is 27 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #b61b83 hue: 0.89 , saturation: 0.74 and the lightness value of b61b83 is 0.41.

The process color (four color CMYK) of #b61b83 color hex is 0.00, 0.85, 0.28, 0.29. Web safe color of #b61b83 is #cc3399. Color #b61b83 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00011011 10000011
Octal 266 33 203
Decimal 182 27 131
Hex B6 1B 83

RGB Percentages of Color #b61b83

%53.53
%7.94
%38.53

CMYK Percentages of Color #b61b83

%0
%85
%28
%29

Triadic Colors of #b61b83

#b61b83 #83b61b #1b83b6

Analogous Colors of #b61b83

#b61b83 #b61b36 #9c1bb6

Monochromatic Colors of #b61b83

#b61b83

Complementary Color

#b61b83 #1bb64e

#b61b83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b61b83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b61b83 Color CSS Codes

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

#b61b83 Text Font Color

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

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


#b61b83 Background Color

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

This div background color is #b61b83


#b61b83 Border Color

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

This div border color is #b61b83


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,27,131, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b61b83; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b61b83;
  -webkit-box-shadow: 1px 1px 3px 2px #b61b83;
  box-shadow:         1px 1px 3px 2px #b61b83; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,27,131, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b61b83


Comments

No comments written yet.

Please login to write comment.