Color Hex Logo

#b84969 Color Hex

#B84969
(184,73,105)
0 Favorites   0 Comments

Color spaces of #b84969

RGB 18473105
HSL0.950.440.50
HSV343°60°72°
CMYK 0.000.600.43   0.28
XYZ24.699515.975415.1463
Yxy15.97540.44250.2862
Hunter Lab39.969240.36025.5106
CIE-Lab46.942247.76794.8926

#b84969 color RGB value is (184,73,105).

#b84969 hex color red value is 184, green value is 73 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #b84969 hue: 0.95 , saturation: 0.44 and the lightness value of b84969 is 0.50.

The process color (four color CMYK) of #b84969 color hex is 0.00, 0.60, 0.43, 0.28. Web safe color of #b84969 is #cc3366. Color #b84969 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001001 01101001
Octal 270 111 151
Decimal 184 73 105
Hex B8 49 69

RGB Percentages of Color #b84969

%50.83
%20.17
%29.01

CMYK Percentages of Color #b84969

%0
%60
%43
%28

Triadic Colors of #b84969

#b84969 #69b849 #4969b8

Analogous Colors of #b84969

#b84969 #b86049 #b849a1

Monochromatic Colors of #b84969

#b84969

Complementary Color

#b84969 #49b898

#b84969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84969 Color CSS Codes

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

#b84969 Text Font Color

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

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


#b84969 Background Color

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

This div background color is #b84969


#b84969 Border Color

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

This div border color is #b84969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84969


Comments

No comments written yet.

Please login to write comment.