Color Hex Logo

#b04469 Color Hex

#B04469
(176,68,105)
0 Favorites   0 Comments

Color spaces of #b04469

RGB 17668105
HSL0.940.440.48
HSV339°61°69°
CMYK 0.000.610.40   0.31
XYZ22.521414.384314.9540
Yxy14.38430.43430.2774
Hunter Lab37.926639.62433.1713
CIE-Lab44.779147.42261.6036

#b04469 color RGB value is (176,68,105).

#b04469 hex color red value is 176, green value is 68 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #b04469 hue: 0.94 , saturation: 0.44 and the lightness value of b04469 is 0.48.

The process color (four color CMYK) of #b04469 color hex is 0.00, 0.61, 0.40, 0.31. Web safe color of #b04469 is #993366. Color #b04469 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000100 01101001
Octal 260 104 151
Decimal 176 68 105
Hex B0 44 69

RGB Percentages of Color #b04469

%50.43
%19.48
%30.09

CMYK Percentages of Color #b04469

%0
%61
%40
%31

Triadic Colors of #b04469

#b04469 #69b044 #4469b0

Analogous Colors of #b04469

#b04469 #b05544 #b0449f

Monochromatic Colors of #b04469

#b04469

Complementary Color

#b04469 #44b08b

#b04469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04469 Color CSS Codes

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

#b04469 Text Font Color

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

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


#b04469 Background Color

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

This div background color is #b04469


#b04469 Border Color

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

This div border color is #b04469


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,68,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 #b04469">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04469


Comments

No comments written yet.

Please login to write comment.