Color Hex Logo

#b84355 Color Hex

#B84355
(184,67,85)
0 Favorites   0 Comments

Color spaces of #b84355

RGB 1846785
HSL0.970.470.49
HSV351°64°72°
CMYK 0.000.640.54   0.28
XYZ23.414014.860510.2286
Yxy14.86050.48270.3064
Hunter Lab38.549340.955611.2526
CIE-Lab45.442548.597615.0177

#b84355 color RGB value is (184,67,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000011 01010101
Octal 270 103 125
Decimal 184 67 85
Hex B8 43 55

RGB Percentages of Color #b84355

%54.76
%19.94
%25.30

CMYK Percentages of Color #b84355

%0
%64
%54
%28

Triadic Colors of #b84355

#b84355 #55b843 #4355b8

Analogous Colors of #b84355

#b84355 #b86c43 #b84390

Monochromatic Colors of #b84355

#b84355

Complementary Color

#b84355 #43b8a6

#b84355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84355 Color CSS Codes

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

#b84355 Text Font Color

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

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


#b84355 Background Color

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

This div background color is #b84355


#b84355 Border Color

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

This div border color is #b84355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84355


Comments

No comments written yet.

Please login to write comment.