Color Hex Logo

#b84373 Color Hex

#B84373
(184,67,115)
0 Favorites   0 Comments

Color spaces of #b84373

RGB 18467115
HSL0.930.470.49
HSV335°64°72°
CMYK 0.000.640.38   0.28
XYZ24.868815.442517.8896
Yxy15.44250.42730.2653
Hunter Lab39.296944.19280.5166
CIE-Lab46.234451.5461-2.2403

#b84373 color RGB value is (184,67,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000011 01110011
Octal 270 103 163
Decimal 184 67 115
Hex B8 43 73

RGB Percentages of Color #b84373

%50.27
%18.31
%31.42

CMYK Percentages of Color #b84373

%0
%64
%38
%28

Triadic Colors of #b84373

#b84373 #73b843 #4373b8

Analogous Colors of #b84373

#b84373 #b84e43 #b843ae

Monochromatic Colors of #b84373

#b84373

Complementary Color

#b84373 #43b888

#b84373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84373 Color CSS Codes

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

#b84373 Text Font Color

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

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


#b84373 Background Color

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

This div background color is #b84373


#b84373 Border Color

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

This div border color is #b84373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84373


Comments

No comments written yet.

Please login to write comment.