Color Hex Logo

#b61376 Color Hex

#B61376
(182,19,118)
0 Favorites   0 Comments

Color spaces of #b61376

RGB 18219118
HSL0.900.810.39
HSV324°90°71°
CMYK 0.000.900.35   0.29
XYZ22.794311.718818.2001
Yxy11.71880.43240.2223
Hunter Lab34.232758.9492-7.5591
CIE-Lab40.765765.9666-12.2993

#b61376 color RGB value is (182,19,118).

#b61376 hex color red value is 182, green value is 19 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #b61376 hue: 0.90 , saturation: 0.81 and the lightness value of b61376 is 0.39.

The process color (four color CMYK) of #b61376 color hex is 0.00, 0.90, 0.35, 0.29. Web safe color of #b61376 is #cc0066. Color #b61376 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010011 01110110
Octal 266 23 166
Decimal 182 19 118
Hex B6 13 76

RGB Percentages of Color #b61376

%57.05
%5.96
%36.99

CMYK Percentages of Color #b61376

%0
%90
%35
%29

Triadic Colors of #b61376

#b61376 #76b613 #1376b6

Analogous Colors of #b61376

#b61376 #b61324 #a513b6

Monochromatic Colors of #b61376

#b61376

Complementary Color

#b61376 #13b653

#b61376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b61376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b61376 Color CSS Codes

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

#b61376 Text Font Color

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

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


#b61376 Background Color

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

This div background color is #b61376


#b61376 Border Color

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

This div border color is #b61376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b61376


Comments

No comments written yet.

Please login to write comment.