Color Hex Logo

#b61d77 Color Hex

#B61D77
(182,29,119)
0 Favorites   0 Comments

Color spaces of #b61d77

RGB 18229119
HSL0.900.730.41
HSV325°84°71°
CMYK 0.000.840.35   0.29
XYZ23.060512.155718.5836
Yxy12.15570.42860.2259
Hunter Lab34.865057.0501-7.1970
CIE-Lab41.462564.1675-11.8663

#b61d77 color RGB value is (182,29,119).

#b61d77 hex color red value is 182, green value is 29 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #b61d77 hue: 0.90 , saturation: 0.73 and the lightness value of b61d77 is 0.41.

The process color (four color CMYK) of #b61d77 color hex is 0.00, 0.84, 0.35, 0.29. Web safe color of #b61d77 is #cc3366. Color #b61d77 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00011101 01110111
Octal 266 35 167
Decimal 182 29 119
Hex B6 1D 77

RGB Percentages of Color #b61d77

%55.15
%8.79
%36.06

CMYK Percentages of Color #b61d77

%0
%84
%35
%29

Triadic Colors of #b61d77

#b61d77 #77b61d #1d77b6

Analogous Colors of #b61d77

#b61d77 #b61d2a #a91db6

Monochromatic Colors of #b61d77

#b61d77

Complementary Color

#b61d77 #1db65c

#b61d77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b61d77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b61d77 Color CSS Codes

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

#b61d77 Text Font Color

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

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


#b61d77 Background Color

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

This div background color is #b61d77


#b61d77 Border Color

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

This div border color is #b61d77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b61d77


Comments

No comments written yet.

Please login to write comment.