Color Hex Logo

#b61758 Color Hex

#B61758
(182,23,88)
0 Favorites   0 Comments

Color spaces of #b61758

RGB 1822388
HSL0.930.780.40
HSV335°87°71°
CMYK 0.000.870.52   0.29
XYZ21.359311.262510.2806
Yxy11.26250.49790.2625
Hunter Lab33.559654.87835.3290
CIE-Lab40.019162.52385.5131

#b61758 color RGB value is (182,23,88).

#b61758 hex color red value is 182, green value is 23 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #b61758 hue: 0.93 , saturation: 0.78 and the lightness value of b61758 is 0.40.

The process color (four color CMYK) of #b61758 color hex is 0.00, 0.87, 0.52, 0.29. Web safe color of #b61758 is #cc0066. Color #b61758 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010111 01011000
Octal 266 27 130
Decimal 182 23 88
Hex B6 17 58

RGB Percentages of Color #b61758

%62.12
%7.85
%30.03

CMYK Percentages of Color #b61758

%0
%87
%52
%29

Triadic Colors of #b61758

#b61758 #58b617 #1758b6

Analogous Colors of #b61758

#b61758 #b62617 #b617a8

Monochromatic Colors of #b61758

#b61758

Complementary Color

#b61758 #17b675

#b61758 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b61758 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b61758 Color CSS Codes

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

#b61758 Text Font Color

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

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


#b61758 Background Color

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

This div background color is #b61758


#b61758 Border Color

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

This div border color is #b61758


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b61758


Comments

No comments written yet.

Please login to write comment.