Color Hex Logo

#b84556 Color Hex

#B84556
(184,69,86)
0 Favorites   0 Comments

Color spaces of #b84556

RGB 1846986
HSL0.980.450.50
HSV351°63°72°
CMYK 0.000.630.53   0.28
XYZ23.575015.118510.4797
Yxy15.11850.47940.3075
Hunter Lab38.882540.182611.2378
CIE-Lab45.796147.790514.8892

#b84556 color RGB value is (184,69,86).

#b84556 hex color red value is 184, green value is 69 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #b84556 hue: 0.98 , saturation: 0.45 and the lightness value of b84556 is 0.50.

The process color (four color CMYK) of #b84556 color hex is 0.00, 0.63, 0.53, 0.28. Web safe color of #b84556 is #cc3366. Color #b84556 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000101 01010110
Octal 270 105 126
Decimal 184 69 86
Hex B8 45 56

RGB Percentages of Color #b84556

%54.28
%20.35
%25.37

CMYK Percentages of Color #b84556

%0
%63
%53
%28

Triadic Colors of #b84556

#b84556 #56b845 #4556b8

Analogous Colors of #b84556

#b84556 #b86e45 #b84590

Monochromatic Colors of #b84556

#b84556

Complementary Color

#b84556 #45b8a7

#b84556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84556 Color CSS Codes

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

#b84556 Text Font Color

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

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


#b84556 Background Color

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

This div background color is #b84556


#b84556 Border Color

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

This div border color is #b84556


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84556


Comments

No comments written yet.

Please login to write comment.