Color Hex Logo

#b64258 Color Hex

#B64258
(182,66,88)
0 Favorites   0 Comments

Color spaces of #b64258

RGB 1826688
HSL0.970.470.49
HSV349°64°71°
CMYK 0.000.640.52   0.29
XYZ23.001114.546110.8279
Yxy14.54610.47550.3007
Hunter Lab38.139340.90609.8649
CIE-Lab45.006148.625312.5232

#b64258 color RGB value is (182,66,88).

#b64258 hex color red value is 182, green value is 66 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #b64258 hue: 0.97 , saturation: 0.47 and the lightness value of b64258 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000010 01011000
Octal 266 102 130
Decimal 182 66 88
Hex B6 42 58

RGB Percentages of Color #b64258

%54.17
%19.64
%26.19

CMYK Percentages of Color #b64258

%0
%64
%52
%29

Triadic Colors of #b64258

#b64258 #58b642 #4258b6

Analogous Colors of #b64258

#b64258 #b66642 #b64292

Monochromatic Colors of #b64258

#b64258

Complementary Color

#b64258 #42b6a0

#b64258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b64258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b64258 Color CSS Codes

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

#b64258 Text Font Color

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

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


#b64258 Background Color

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

This div background color is #b64258


#b64258 Border Color

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

This div border color is #b64258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b64258


Comments

No comments written yet.

Please login to write comment.