Color Hex Logo

#b84467 Color Hex

#B84467
(184,68,103)
0 Favorites   0 Comments

Color spaces of #b84467

RGB 18468103
HSL0.950.460.49
HSV342°63°72°
CMYK 0.000.630.44   0.28
XYZ24.282515.303914.5061
Yxy15.30390.44890.2829
Hunter Lab39.120242.33735.3989
CIE-Lab46.047749.81794.8314

#b84467 color RGB value is (184,68,103).

#b84467 hex color red value is 184, green value is 68 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #b84467 hue: 0.95 , saturation: 0.46 and the lightness value of b84467 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000100 01100111
Octal 270 104 147
Decimal 184 68 103
Hex B8 44 67

RGB Percentages of Color #b84467

%51.83
%19.15
%29.01

CMYK Percentages of Color #b84467

%0
%63
%44
%28

Triadic Colors of #b84467

#b84467 #67b844 #4467b8

Analogous Colors of #b84467

#b84467 #b85b44 #b844a1

Monochromatic Colors of #b84467

#b84467

Complementary Color

#b84467 #44b895

#b84467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84467 Color CSS Codes

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

#b84467 Text Font Color

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

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


#b84467 Background Color

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

This div background color is #b84467


#b84467 Border Color

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

This div border color is #b84467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84467

#b84467 Color Palettes


Comments

No comments written yet.

Please login to write comment.