Color Hex Logo

#b64c58 Color Hex

#B64C58
(182,76,88)
0 Favorites   0 Comments

Color spaces of #b64c58

RGB 1827688
HSL0.980.420.51
HSV353°58°71°
CMYK 0.000.580.52   0.29
XYZ23.637315.818511.0400
Yxy15.81850.46810.3133
Hunter Lab39.772536.483011.3831
CIE-Lab46.735544.017914.9037

#b64c58 color RGB value is (182,76,88).

#b64c58 hex color red value is 182, green value is 76 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #b64c58 hue: 0.98 , saturation: 0.42 and the lightness value of b64c58 is 0.51.

The process color (four color CMYK) of #b64c58 color hex is 0.00, 0.58, 0.52, 0.29. Web safe color of #b64c58 is #cc3366. Color #b64c58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01001100 01011000
Octal 266 114 130
Decimal 182 76 88
Hex B6 4C 58

RGB Percentages of Color #b64c58

%52.60
%21.97
%25.43

CMYK Percentages of Color #b64c58

%0
%58
%52
%29

Triadic Colors of #b64c58

#b64c58 #58b64c #4c58b6

Analogous Colors of #b64c58

#b64c58 #b6754c #b64c8d

Monochromatic Colors of #b64c58

#b64c58

Complementary Color

#b64c58 #4cb6aa

#b64c58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b64c58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b64c58 Color CSS Codes

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

#b64c58 Text Font Color

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

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


#b64c58 Background Color

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

This div background color is #b64c58


#b64c58 Border Color

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

This div border color is #b64c58


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,76,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 #b64c58">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b64c58


Comments

No comments written yet.

Please login to write comment.