Color Hex Logo

#b84260 Color Hex

#B84260
(184,66,96)
0 Favorites   0 Comments

Color spaces of #b84260

RGB 1846696
HSL0.960.470.49
HSV345°64°72°
CMYK 0.000.640.48   0.28
XYZ23.826714.931312.6926
Yxy14.93130.46310.2902
Hunter Lab38.641042.44427.5735
CIE-Lab45.540050.00858.4036

#b84260 color RGB value is (184,66,96).

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

The process color (four color CMYK) of #b84260 color hex is 0.00, 0.64, 0.48, 0.28. Web safe color of #b84260 is #cc3366. Color #b84260 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000010 01100000
Octal 270 102 140
Decimal 184 66 96
Hex B8 42 60

RGB Percentages of Color #b84260

%53.18
%19.08
%27.75

CMYK Percentages of Color #b84260

%0
%64
%48
%28

Triadic Colors of #b84260

#b84260 #60b842 #4260b8

Analogous Colors of #b84260

#b84260 #b85f42 #b8429b

Monochromatic Colors of #b84260

#b84260

Complementary Color

#b84260 #42b89a

#b84260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84260 Color CSS Codes

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

#b84260 Text Font Color

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

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


#b84260 Background Color

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

This div background color is #b84260


#b84260 Border Color

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

This div border color is #b84260


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,66,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84260


Comments

No comments written yet.

Please login to write comment.